/PomodoroTimer

A simple python GUI time management tool, using The Pomodoro Technique.

Primary LanguagePythonMIT LicenseMIT

Pomodoro Timer

1.Introduction

A simple Python time management tool, using The Pomodoro Technique and GDT(Get Things Done) task management methods.

2.Pre-Requirement

You need Python3 installed.

Other requirements are in requirements.txt.

pip install -r requirements.txt

3.Pack & install

No need to install, just run App.pyw.

Packing to exe file you need py2exe, 7z and upx installed.

Run setup.py will generate a executable file in dist dir.

Suggest pack in windows x86.