My home-made application. Time Tracker. This app may help you with your productivity.
python 3.9 (64-bit)
py main.py
- Previously you need to install PyInstaller and libs used in this project
pip install pyinstaller
pip install PyQt5
pip install matplotlib
- Make sure that your location is ComicTracker folder
- Use one of this lines to bundle sources into one package
python -m PyInstaller --onefile --noconsole MainWindow.py
PyInstaller --onefile --noconsole MainWindow.py
- Remove 'build/' directory and 'MainWindow.spec'
rm -r build
rm MainWindow.spec
- Enter into the 'dist/' directory
cd dist
- Create 'database' folder
mkdir database
- Now you can move the 'dist' folder wherever you want.
- [✓]
Design of an application - [✓]
Timer - [✓]
Data organization (how to save and organize data) - [✓]
Statistics diagrams ("Today" button) - Develop auto-tests
- Testing Stage
- Possibility to view diagrams for any day of any month ("Calendar" button)
- Daniil Maslov - ComicSphinx