- Fill this with content
- define csv content
- convert excel data to csv
- load csv content from ~/TimeTracker/TimeTrackerData.csv
- poetry create distribution script
- add logging
- design UI
- react on resize
- error handling
NEW: We use poetry - use these commands instead
In the cloned git folder:
python -m venv /path/to/new/virtual/environment
pip install -r requirements.txt
pip freeze > requirements.txt
This script will create the executable single file and copy the required UI files.
./createPackage.sh
This script will create the executable single file and copy the required UI files.
./createPackage.bat