Python - Date Time Picker (CustomTkinter + tkcalendar + SpinBox)

Опубликовано: 28 Сентябрь 2024
на канале: The Wizard Studios
12,532
75

This video from the Python Projects Series showcases a 'Date Time Picker' app built using the CustomTkinter, tkcalendar and the SpinBox from tkinter.

You can learn more about the modules used from the following links:
1. CustomTkinter GitHub Page - https://github.com/TomSchimansky/CustomTki...

2. CustomTkinter Documentation - https://github.com/TomSchimansky/CustomTki...

3. tkcalendar - https://github.com/j4321/tkcalendar

4. Tkinter SpinBox - https://www.pythontutorial.net/tkinter/tki...

Note: The mouse scroll wheel can be used to change/loop through the values in the SpinBox.

#tws #python #customtkinter