A colorful terminal-based calendar built with Python using the calendar standard library and the Rich library for beautiful tables and colors.
- Displays a full year calendar month by month
- Clean table layout in the terminal
- Weekdays in green
- Weekends (Friday & Saturday) in red
- Uses Python standard libraries + Rich
- Lightweight and easy to run
- Python 3
calendar(built-in library)rich(for colored output and tables)
Make sure you have Python installed, then install Rich:
pip install rich