- built with PyQt5
- stores and retrieves data from an SQLite database
- visually shows which dates have events planned
- the LCD clock is constantly updated
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
source venv/bin/activate
- Install the dependencies from requirements.txt:
pip install -r requirements.txt
- Run the application:
python planner.py