A pomodoro timer written in Python
python3, python3-venv, python3-pip
python
git clone https://github.com/QB3-11/Tamatar.git
cd Tamatar
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pyinstaller tamatar.spec
mkdir ~/.config/tamatar
cp themes/config.qss ~/.config/tamatar/
git clone https://github.com/QB3-11/Tamatar.git
cd Tamatar
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
pyinstaller tamatar.spec
copy themes\config.qss %userprofile%
After installation, the file will be in the dist/ directory
While compiling, Windows Defender can mark the executable as a trojan (false positive). Make sure to add an exception whenever that happens
Tamatar means tomato in Hindi
This is my very first public project