A small library that allows you to give the user a convenient format for selecting the desired date
You can try it in real mode: https://t.me/pytbacalendarbot
cd /your/project/path
pip install pytba-calendar
Import the library:
import pytba_calendar
To see examples of usage, please see the project file example.py
By default, the bot uses the UTC time zone. If you want to change it to another, you should specify your time zone after the declaring calendar object. An example is also available in the file example.py