Simple timer app to take a break every 20 minutes for 20 seconds
- Download installer from Pomodoro Timer Installer
- Install it on system and start the app
- Get to work 💻 , Pomodoro Timer will take care fo the rest 😎
Note: To stop the timer open task manager and in process tab find pythonw.exe & kill it.
- Your favourite text editor viz. PyCharm, Vim, Sublime Text, etc.
- Python 2.7 Release
- PyCharm - Python IDE
- Python 2.7.9 - Python 2.7 Release
- pynsist 1.12 - Tool to build Windows installers
- NSIS 3.02.1 - Professional open source system to create Windows installers
- Download or clone the repository
- Install NSIS 3.02.1 as required for pynsist
- Install build dependencies
pip install -r requirements.txt
- Build using
pynsist installer.cfg
- Get the Pomodoro_Timer_1.0.exe under
build/nsis
Please read CONTRIBUTING.md for contributions.
Copyright 2017 Pomodoro Timer Developers
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.