Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 618 Bytes

pomodoro-python

A simple Pomodoro timer build with Python using Tkinter for the GUI.

Work on Linux, Windows and Mac

Dependencies

pip install playsound==1.2.2

Usage

  1. Download the latest release
  2. Unpack it
  3. Move to the folder
  4. python pomodoro/pomodoro.py

Compile for your system

  1. Download the latest release
  2. Unpack it
  3. Move to the folder
  4. pyinstaller --icon=Resources\logo.ico --onefile --noconsole pomodoro.py

If you need more informations about pyinstaller check the official documentation.