Python Tkinter GUI Tutorial: To Do List 1

preview_player
Показать описание
Python Tkinter GUI Tutorial: To Do List Part 1: Setting up the GUI and Functions

NOTE: For Python 3.x, change Tkinter to tkinter.

▶▶NEED HELP?◀◀

▶▶▶▶LINKS◀◀◀◀

▶▶▶▶LEARN MORE PYTHON◀◀◀◀

**AND**

▶▶▶▶LEARN MORE JAVA◀◀◀◀
Рекомендации по теме
Комментарии
Автор

I've spent hours looking through similar videos and yours was the first one that helped, thanks.

Sollux
Автор

Thank you for your videos. I added some other things such as a scrollbar inside the list box and I also added this: root.bind('<Return>', func). It adds a new task every time I hit enter.

RafaelMartinez-sihm
Автор

Thanks alot for the videos Mr Thompson!

johnburnett
Автор

Hey! Just wondering where and how did you create the text based: Super ToDo List. Where can i find it or do you have a tutorial on how to create it? THanks!

vatsalsavani
Автор

how to convert the python file based on python 2.7 to executable file! I tried using pyinstaller, it did work but when i open the file its show Fatal error. I copied and pasted all the required files in the same directory. Also, in the terminal window it shows no error but displays only fatal error in the message box. I am using arc gis which is based on 2.7 and the library named arcpy only works in it

shradhyeshrestha
Автор

Sir how can we add scroll bar in tkinter in y axis if data is too long can u suggest a way for that i saw most of the YouTube vedios but none of them works.... 😟

aafiyamemon
Автор

I get an error that says del_all is not defined, but i did exactly what you've done here?

JZ
Автор

If I leave the exit (or quit) command inside the button, it actually executes before clicking, and stops the program. I had to put it inside a function.

zerge
Автор

Sir i want to display text in tkinter without using lebel or enclosing in a button just like we do in python using "print" command can u help me out sir plzz

aafiyamemon
Автор

what's the text editor do you use??

sholehuddin
Автор

Hello, I have a question, there is a portable game (Doki doki literature club, psychological horror game) that uses python 2.7 and when importing the Tkinter it tells me that there is no module with the name Tkinter which leads me to believe that it is not It is in that library and now my question is, how do I add that Tkinter library but still keeping the game portable since I am modifying the game and the game engine is "renpy" and it lets me use the python commands that I already install the original creator which is python 2.7
is there any way to install the library just by dropping files to the python folder in the game?
Thank you very much in advance

YUKI-pbpb
Автор

Hey Christian, what could I substitude instead of "fg=green" Cause I have a mac, and is there another thing I can use besides that?

nrl
Автор

Hi, Thank you for all your tutorials. I am using Python IDLE 3.7.1. When I start to write code I got this error.
>>> import Tkinter
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import Tkinter
ModuleNotFoundError: No module named 'Tkinter'


What should I do? English is the 2nd language. Sometimes I may miss lesson details or requirements. Could you please tell me this lesson requirements or could you please add the requirement your comment part. I was looking for Python lessons I found your Youtube channel I like it. as I said before I really like it your Python Snake game. I have completed without any problem. Thanks a lot.

yukselbey
welcome to shbcf.ru