Python Make GUI Calendar With Pyside2

preview_player
Показать описание
Join PyQt6 13 Hours Course in Udemy

In this Python video iam going to show you how to Make GUI Calendar With Pyside2. basically we are using QCalendar class for this tutorial. A QCalendar object maps a year, month, and day-number to a specific day (ultimately identified by its Julian day number), using the rules of a particular system.

Get the source code:
Рекомендации по теме
Комментарии
Автор

Is there a way to take date input from the user interface?

eshaangupta
Автор

Hi! At first I received the error message for geometry inputs and changed like "400x200+50+50" then I received the error message "destroy the QApplication singleton before creating new QApplication instance "

suatkaleli