Timerist
An application that will help students organize their day at school :)
Screenshots
light and dark theme mode:






Running the Application from Source
Running from source (Windows):
Make sure that you have 'pip' installed on your system, and that you have added it to your Python path. If you have completed the step above, you may move on to completing the steps below. Open up your terminal, and type or paste in the following:
git clone "https://github.com/DaEliteCoder/Timerist.git"
cd Timerist && cd src && pip install -r requirements.txt && python -u Timerist.py
Optional: To check if the dependencies were installed properly, type or paste in the following in your terminal:
pip freeze
Running from source (MacOS / Linux):
Make sure that you have 'pip' installed on your system, and that you have added it to your Python path. If you have completed the step above, you may move on to completing the steps below. Remember, Python version 2 is pre-installed on your operating system, so you will have to say pip3 and python3 to specify that you're not using version 2. Open up your terminal, and type or paste in the following:
git clone "https://github.com/DaEliteCoder/Timerist.git"
cd Timerist && cd src && pip install -r requirements.txt && python3 -u Timerist.py
Optional: To check if the dependencies were installed properly, type or paste in the following in your terminal:
pip3 freeze
Development Checklist for v1
The following checklist regards the development requirements for the first release of Timerist:
- More Features
- Bug Free
- Polishing
- Migration from local User Data to Server Side
- Finish the Editor Settings
- Create Executable & Installer
- Django Website to Download for Free