Skip to content

ProAi-0121/study-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎒 Study Timer

🖥️ Screenshots

Main Interface

Screenshot_3

Feature in Action

Screenshot_4

🛠️ How to Build

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.py

the .exe will be generated in /dict folder.

📥 Installation

  1. Clone the repository:
    git clone https://github.com/ProAi-0121/study-timer.git
  2. Navigate to the project directory:
    cd study-timer

✨ Usage

Run the script using:

python stats.py

🔧 Requirements

  • Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages