Skip to content

Sigurdur42/TimeTracker

Repository files navigation

  • Fill this with content
  • define csv content
  • convert excel data to csv
  • load csv content from ~/TimeTracker/TimeTrackerData.csv

todo

  • poetry create distribution script
  • add logging
  • design UI
    • react on resize
    • error handling

References

Installation

NEW: We use poetry - use these commands instead

Restore python environment

In the cloned git folder:

python -m venv /path/to/new/virtual/environment
pip install -r requirements.txt

Create/Update python environment

pip freeze > requirements.txt

Create Distribution Package

Linux

This script will create the executable single file and copy the required UI files.

./createPackage.sh

Windows

This script will create the executable single file and copy the required UI files.

./createPackage.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published