Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 300 Bytes

A simple tool to generate a timesheet

Technologies

  • pandas
  • dash
  • sqlite
  • sqlalchemy

Steps to run

git clone https://github.com/ghodsizadeh/timesheet_generator.git
cd timesheet_generator
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python main.py