Get Started with this project python3 -m venv venv source venv/bin/activate make init # Run the app python3 main.py <month> <year> # Deactivate venv deactivate