To compile the script into an executable file, use PyInstaller with the following command:
python -m PyInstaller --onefile --windowed \
--add-data "bag.png;." \
--add-data "start.png;." \
--add-data "stop.png;." \
--add-data "cross.png;." \
--add-data "graph.png;." \
--add-data "pro.ico;." \
your_script.pythe .exe will be generated in /dict folder.
- Clone the repository:
git clone https://github.com/ProAi-0121/study-timer.git
- Navigate to the project directory:
cd study-timer
Run the script using:
python stats.py- Python

