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