Skip to content

Kerman07/planner

Repository files navigation

Planner app with calendar

  • built with PyQt5
  • stores and retrieves data from an SQLite database
  • visually shows which dates have events planned
  • the LCD clock is constantly updated

How to Run the App

  • 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

Sample Screens

IMAGE

IMAGE

Releases

No releases published

Languages