Skip to content

This app I've created for my personal use of Pomodoro timer for windows

Notifications You must be signed in to change notification settings

abdullahmiraz/pomodoro-timer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro-timer-python

How to run

pyinstaller --onefile --noconsole --icon=timer.ico --name=pomodoro pomodoro.py

paste the code above to the bash

Dependencies to install:

The dependencies/components used in this project include:
Python Standard Library Modules:

tkinter: GUI toolkit for the graphical user interface.
os: Provides a way to interact with the operating system.
Third-Party Libraries:

pygame: Library for multimedia applications, used here for playing the alarm sound.
playsound: Library for playing sound files.
External Files:

alarm.mp3: Sound file used for the alarm.
timer.ico: Icon file for the application.

Check the app size:

ls -lh dist

Reset Build Folders:

rm -rf build dist

About

This app I've created for my personal use of Pomodoro timer for windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages