Skip to content

AlwaleedCS/calendar-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“… Colorful Calendar using Python

A colorful terminal-based calendar built with Python using the calendar standard library and the Rich library for beautiful tables and colors.


โœจ Features

  • 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

๐Ÿ› ๏ธ Technologies Used

  • Python 3
  • calendar (built-in library)
  • rich (for colored output and tables)

๐Ÿ“ฆ Requirements

Make sure you have Python installed, then install Rich:

pip install rich

About

Calendar implementation (Python)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages