Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 570 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 570 Bytes

Simple Calendar App in Python

Requirements:

  • PyQt5
  • sys, datetime, sqlite3 (Included in python stdlib)

How to setup

Step 1: Clone/download this repo

git clone https://github.com/werzq/calendar-app-python

Step 2: Install PyQt5

python -m pip install PyQt5

Step 3: Run the Python script

python calendar_app.py

You should get something like this