A fun and beginner-friendly Python project that displays a colorful calendar in the terminal using the calendar
and rich
libraries.
✅ View any month of any year
✅ Highlights weekends (Sat & Sun) in red and weekdays in green
✅ Uses rich
to display a beautiful table-style calendar in the terminal
✅ Automatically detects current month & year if no input is given
- 🐍 Python 3
- 🎨 Rich - For colorful console output
- 📆 Built-in
calendar
module
git clone https://github.com/chiragdhawan07/colorful-calendar.git
cd colorful-calendar
Make sure rich is installed. Run:
pip install rich
python colorful_calendar.py
You can either press Enter to use current month and year, or input your own:
Enter year [2025]:
Enter month (1-12):
Made with ❤️ by Chirag Dhawan