Skip to content

My home-made application. Time Tracker. This app may help you with your productivity.

License

Notifications You must be signed in to change notification settings

ComicSphinx/ComicTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComicTracker

My home-made application. Time Tracker. This app may help you with your productivity.

Image alt Image alt Image alt

Getting started

Which version of python I am use to develop this app

python 3.9 (64-bit)

How to run

py main.py

How to bundle sources into one package

  1. Previously you need to install PyInstaller and libs used in this project

pip install pyinstaller

pip install PyQt5

pip install matplotlib

  1. Make sure that your location is ComicTracker folder
  2. Use one of this lines to bundle sources into one package

python -m PyInstaller --onefile --noconsole MainWindow.py

PyInstaller --onefile --noconsole MainWindow.py

  1. Remove 'build/' directory and 'MainWindow.spec'

rm -r build

rm MainWindow.spec

  1. Enter into the 'dist/' directory

cd dist

  1. Create 'database' folder

mkdir database

  1. Now you can move the 'dist' folder wherever you want.

Development plan

  1. [✓] Design of an application
  2. [✓] Timer
  3. [✓] Data organization (how to save and organize data)
  4. [✓] Statistics diagrams ("Today" button)
  5. Develop auto-tests
  6. Testing Stage
  7. Possibility to view diagrams for any day of any month ("Calendar" button)

Author

About

My home-made application. Time Tracker. This app may help you with your productivity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages