Finishing Our Tile Matching Game - Python Tkinter GUI Tutorial

  Рет қаралды 7,134

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 45
@Codemycom
@Codemycom 4 жыл бұрын
▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My KZbin Channel: bit.ly/2UFLKgj bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3fLFQ8p
@dominicdonatucci3055
@dominicdonatucci3055 4 жыл бұрын
Hey John, absolutely loved this content and gonna buy your courses soon. I was wondering if you would show us how to make a settings file and save tkinter settings. Maybe pickle or json? Thanks!!
@Codemycom
@Codemycom 4 жыл бұрын
What settings?
@dominicdonatucci3055
@dominicdonatucci3055 4 жыл бұрын
@@Codemycom Say you wanted to save user settings like window background color. Or starting off the program with a button checked from the last time it ran.
@burndowntheworld
@burndowntheworld 2 жыл бұрын
is there a way to be able to see the numbers on both buttons without using the message box? without the msg box the buttons reset before you can read them both.
@Codemycom
@Codemycom 2 жыл бұрын
Sure, just code it to wait in any way you can think of.
@ramehharmouch6245
@ramehharmouch6245 4 жыл бұрын
Can you do a chat program? when run the application two windows appear, we write in an entry box it sent to the other window and view in a label, and vice versa
@JaxBlunt
@JaxBlunt 2 жыл бұрын
Do you have courses on how to structure your code in classes etc?
@Codemycom
@Codemycom 2 жыл бұрын
No...but if you don't know how to do it, why do you think you need to use classes?
@aljon7992
@aljon7992 4 жыл бұрын
Thanks for this teacher
@Codemycom
@Codemycom 4 жыл бұрын
You are welcome
@codingstudio8865
@codingstudio8865 4 жыл бұрын
Sir, in sublime text editor, Whenever we type the word 'print' .. the colour of 'print' changes..... In the same way, is there a way to change the colours of specific word in our text editor?... How to do that?
@Codemycom
@Codemycom 4 жыл бұрын
I walk about changing color of text in the text editor videos
@codingstudio8865
@codingstudio8865 4 жыл бұрын
Yes sir, you made a video about this Thank you 🙂
@darshanpanchal3046
@darshanpanchal3046 4 жыл бұрын
Save to .py then open
@madeintelugu636
@madeintelugu636 4 жыл бұрын
Do you have any plans on Python OpenCV?
@Codemycom
@Codemycom 4 жыл бұрын
Yeah, will probably do that eventually.
@NIGHTSTALKER0069
@NIGHTSTALKER0069 4 жыл бұрын
I have been trying to figure out how to add photos to the game. I am having no luck.
@Codemycom
@Codemycom 4 жыл бұрын
I have lots of videos on using images
@NIGHTSTALKER0069
@NIGHTSTALKER0069 4 жыл бұрын
@@Codemycom yes sir I have started watching them.
@NIGHTSTALKER0069
@NIGHTSTALKER0069 3 жыл бұрын
@@Codemycom Hello, I have watched almost all of your videos on images that I could find. I am still trying to figure out how to add photos when clicked. Any help would be awesome. Thanks
@Codemycom
@Codemycom 3 жыл бұрын
@@NIGHTSTALKER0069 add photos to what? when clicked from what?
@NIGHTSTALKER0069
@NIGHTSTALKER0069 3 жыл бұрын
@@Codemycom using photos in place of the numbers.
@Teo-dw3ti
@Teo-dw3ti 4 жыл бұрын
Hey Podrías hacer un tutorial de como crear pestañas al estilo sublime text 3 en Tkinter You are the best I don't speak English
@Codemycom
@Codemycom 4 жыл бұрын
I have videos on tabs (tkinter calls them notebooks I believe), check the playlist.
@Teo-dw3ti
@Teo-dw3ti 4 жыл бұрын
@@Codemycom ok thanks
@priyanshusaxena7157
@priyanshusaxena7157 4 жыл бұрын
Awesome!!!!
@Codemycom
@Codemycom 4 жыл бұрын
Thanks!
@elmerjohnalcano8330
@elmerjohnalcano8330 2 жыл бұрын
where the code of this .. ? sir sorry but i cant find the name of this file?
@Codemycom
@Codemycom 2 жыл бұрын
it shows it in the video...match.py code is in the pinned comment as always
@aj5686
@aj5686 4 жыл бұрын
Can anyone please help me? Column span is not working. No error but the button is not spanning. How can I solve this?
@Codemycom
@Codemycom 4 жыл бұрын
check your code for typos
@aj5686
@aj5686 4 жыл бұрын
@@Codemycom Thank you for your reply sir. I am not getting any errors and I have even copied from Stackoverflow. Yet the result is same. By the way, I have learned tkinter from you in this lockdown and now I am making small gui applications for my collage projects. Thank you so much for your efforts and always love your vids.
@Codemycom
@Codemycom 4 жыл бұрын
@@aj5686 copying always leads to typos. Could be formatting, indentation, a typo from not copying everything. You have a typo somewhere, that's the only explanation.
@aj5686
@aj5686 4 жыл бұрын
@@Codemycom Ok sir. I will recheck my code.
@rezantuzak4106
@rezantuzak4106 4 жыл бұрын
Please write a code to restart all application🌹is it possible?
@Codemycom
@Codemycom 4 жыл бұрын
I did that in this video...
@rezantuzak4106
@rezantuzak4106 4 жыл бұрын
@@Codemycom thank you for replying but I did not mean resetting the app, I meant to quit the app and open it again,how I can do this?
@rezantuzak4106
@rezantuzak4106 4 жыл бұрын
I want to make a popup menu and ask the user 'do you want to restart the app?'
@Codemycom
@Codemycom 4 жыл бұрын
@@rezantuzak4106 I have videos on popups of all sorts
@rezantuzak4106
@rezantuzak4106 4 жыл бұрын
@@Codemycom thank you mister I had been watched the popup videos but I don't speak about that I want to know is possible to close the whole application and start again with a code?
@bhaveshmevada8424
@bhaveshmevada8424 4 жыл бұрын
Sir, I want to play gif's in python tkinter. How can i do that in a simple way plzzz make a video on that
@luinérion
@luinérion 4 жыл бұрын
First to comment! And first to view!
@Codemycom
@Codemycom 4 жыл бұрын
Nice!
Use a Drag & Drop Editor to Make Tkinter Python GUI Applications!
11:16
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
Tile Matching Game - Python Tkinter GUI Tutorial #141
29:17
Codemy.com
Рет қаралды 24 М.
Simple Image Viewer in Python
22:27
NeuralNine
Рет қаралды 16 М.
Tkinter After Method - Delayed Events in Tkinter
12:43
CodersLegacy
Рет қаралды 10 М.
Can You Beat Minecraft From One Grass Block?
35:27
Beppo
Рет қаралды 6 МЛН
Python's decimals SOLVE the floating point problem!
17:00
Carberra
Рет қаралды 3,5 М.
Как Сделать Самую ЧЕРНУЮ Краску?
18:54
The Genius Way Computers Multiply Big Numbers
22:04
PurpleMind
Рет қаралды 245 М.
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН