💻 A free and offline tomato timer for developers, and business experts to quickly create quality projects.
Currently, this app only supports Windows platform.
- Download the latest release from the release page and unzip
- Right-click on the
install.ps1
and selectRun with PowerShell
- Install the dependencies
pip install -r requirements.txt
- Modify the code
- Test building an executable package with
pyinstaller
pyinstaller --noconfirm .\tomato-timer.spec
- Generate and zip the package
# powershell script
create-release.ps1