How can I get the library for calendar.py? I'm new to this.
I tried installing it and got the following error...
pip3 install calendar.py
Collecting calendar.py
Could not find a version that satisfies the requirement calendar.py (from versions: )
No matching distribution found for calendar.py
You don't install this module at all. It's part of the standard lib. Do you get an error when you try
import calendar