How to create GUI calendar using python

preview_player
Показать описание
In this video i will show you how to create a GUI calendar using python
package used :
* tkinter
* calendar

video title in other languages:
* french : Comment créer un calendrier GUI en utilisant python
* danish : Sådan oprettes GUI-kalender ved hjælp af python
* polish : Jak utworzyć kalendarz GUI za pomocą Pythona
* urdu : ازگر کا استعمال کرتے ہوئے جی یو آئی کیلنڈر کیسے بنایا جائے
* swedish : Hur man skapar GUI-kalender med python
* german : So erstellen Sie einen GUI-Kalender mit Python

related videos
* 5 Python Projects for Beginners
* Python Projects For Beginners | Python Projects Examples | Python Tutorial | Edureka
* 15 Python Projects in Under 15 Minutes (Code Included)
* Python Tutorial for Beginners [Full Course] 2019
* Create your own Chatbot using Python #1
* Python Tutorial For Beginners | Python Full Course From Scratch | Python Programming | Edureka
* Python Tutorials for Beginners - Learn Python Online
* Data Science In 5 Minutes | Data Science For Beginners | What Is Data Science? | Simplilearn
* What Can You Do with Python? - The 3 Main Applications
* How to Program a GUI Application (with Python Tkinter)!
* Tkinter Course - Create Graphic User Interfaces in Python Tutorial
* Tkinter Python Tutorial | Python GUI Programming Using Tkinter Tutorial | Python Training | Edureka
* Python Programming Tutorial - Calendar Module
* 3 - how do I create a calendar in python? (Python tutorial for absolute beginners 2019)
*python programming a modular approach
*projects for python programming
*project for beginners in python
*python practice projects for beginners
*learn python by building projects
*projects on python for beginners
*python projects for kids

tags : #python_calendar #tkinter_calendar #i_know_python
Рекомендации по теме
Комментарии
Автор

I resolve this problem on this way check-out: l1=Label(root, text=text, font= ("Consolas", 10, "bold"), justify=LEFT), Very nice vídeo :)

familiadosferreiras
Автор

The calendar is still having issues with the alignment in the last week. Please check this

ankitdash
Автор

I followed your tutorial but it doesn't work for me . it gave error on line 4

jinayorobo
Автор

nice tutorial! do you know how to insert thing into that calendar? for example i want to put something in 2 dates in order to show a check in and check out of my apartment (for example), which could be the best way to do it? thanks!!!

larry.carlson
Автор

Very good calendar. Thanks chatgpt, I have modified the code so that it asks me the year that I want and thanks to the function

from tkinter import *
import calendar
import locale
locale.setlocale(locale.LC_ALL, 'es_ES.utf8')

outputs the names of the days and months in Spanish, which can be changed for any language.

joan
Автор

In online python compiler i get module not found error that is no module named tkinter is tkinter is really there

santhoshasanthu
Автор

The explanation for the font problem is simple. Fonts for the use on an terminal or console are designed to have a fixed width, means an I uses the same amount of space as an W, for example. Times, as others too, is not designed for the this purpose. As you can see here, an I uses less space than an W.

Nysecks
Автор

hii im trying to execute this code but it cant work for me .it gives me error name Label is not defined

jinayorobo
Автор

nice but which app do you use to write the code?
or can I write the same code in any app like pycharm or visual studios?

creativityofthekids
Автор

That can be fixed easily. All you have to do is add another parament "justify left". Ex: font=('courier', 12, 'bold'), justify=LEFT, bg='colour_name'). it works well, with was copied from below comment.

dhivyesh
Автор

root = Tk() ... name error : name "Tk'" is not defined
????

sivaarwin
Автор

can you provide us with the link to the source code for this program.

poorvijain
Автор

It dosen't work
Please someone reply to this and tell me thei6code for this😢😢😢😢😢😢

harsha
Автор

Bro check your 2019 calendar's September and December months.
There this is not showing date 30 and 31 at correct place. So correct it

AnilKumar-veyl
Автор

Its showing wrong info in last week of every month ..

sonidhiman
Автор

#bro amazing ek hi din mei video bana di

ashishsingh
Автор

Your voice is too slow that i can't hear on full volume

PRIYA-sjbu
Автор

text=calendar.calendar (2020), ,
module object is not callable, it can shows this error, , how to solve it

iqtidarahmed
visit shbcf.ru