Munakello
What?
Munakello is my Pomodoro timer implementation. Yeah, there surely are other and most propably much better implementations. But I just wanted to make my own.
I learn and experiment Python asyncio with this implementation.
Status
Alpha. Version 0.2.0
Locations
Home page: http://tsk.iki.fi/sw/munakello/
Download and source code: http://tsk.iki.fi/sw/munakello/code/
Requirements
Python >= 3.5
Installing
Installing to Python virtual environment:
python3 -m venv env . env/bin/activate pip install munakello-0.2.0-py3-none-any.whl
Usage
After installing it, run it with command
munakello
or from source directory
python3 -m munakello
and see what happens…
To get help about usage and command line options, run command
munakello -h
Who?
Me! My name is Timo Kankare.
Email: timo.kankare@iki.fi
Feel free to contact me, if you have comments, problems, ideas, bug reports or something else related to this program.
License
Munakello - A simple Pomodoro timer
Copyright (C) 2016 Timo Kankare
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.