Using Other Python Programs In Your Tkinter App - Python Tkinter GUI Tutorial #129

preview_player
Показать описание
In this video I'll show you how to call and use other python programs in your tkinter app.

Maybe there's another program that you want to use the functionality of in your tkinter app...or maybe you just have a very large tkinter app and want to break the code up into other files that you can reference just for readability.

Either way, this little trick will work for you!
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

Hi John, just want to give you a feedback, I love the style of your Tkinter videos with quick tips. They helped me to develop an app for a construction company in my city. Keep the awesome work, greetings from Brazil!

guilhermefranco
Автор

A great video, John. Simple, easy to understand, organized and..above all, delivered with a great deal of pizzazz. Must I add "I learned a lot from your short video?" Saying "you're one hella good teacher says t all. Keep it up!

koollucian
Автор

Hello, sir....thanks uploading videos day by day....you increase my confidence so much...you just an awesome techer..only for you, I can make my project using Python Tkinter which makes my project very for you from India.

SammarpanDasguptaOfficial
Автор

Thank you, John. You are awesome! Have a great weekend. Thumb up.

margaretlai
Автор

Thanks thanks thanks for the short but really informative video. It was just what I've been searching for among the documents on the web. Learned something I've been searching for in 8 minuntes.

HolyGk
Автор

Oh this is really helpfull I’m just waiting for school to start.

You helped me the most on YouTube for programming, it makes me sick that there is a dislike already

Zhisaoka
Автор

Can you expand on the text editor series, and add something like basic syntax highlighting for programmers? Or maybe make a video on adding the Treeview to the text editor.

itsnotloveitslust
Автор

from tkinter import *

r = Tk()
a = Label(r, text="Happy teacher's day thank you sir, I would have never made such programs without you.")
a.pack()
r.mainloop()

cmputerprgrammer
Автор

I love it wen u say its Friday here at Vegas, that's like ur slogan

leopillay
Автор

Thanks, so much, fr this is what I needed after so much searching

TYGERRECORDS
Автор

im really new to python and was wondering if i wanted to use a game from another python file, how would i do that? for example, i have a platformer game and also a main software which holds them all together and there are buttons that open each game, i tried following this tutorial however the code for the game is very long and cant seem to put it in one main function to carry over to my gui software, i have been copying and pasting whole scripts into my gui and its becoming too long to read, i would be greatful for any help, thanks

cpremix
Автор

I want to make monthly or yearly product keys for my tkinter app and sell this product keys, please make a video about securing a tkinter application with product key😢you are coolest man in this field 🥺please help me

rezantuzak
Автор

Love your series. Can you please do a tutorials series like this for kivy. Kivy is a python module that allows you to cerate guis that could be used in any platform. Even ios. It would really helpful if you make your tutorials because I really didn't find any good videos for Kivy. Thank you.

lakshmipadigala
Автор

Really helpful. Thank u..my doubt is, if we convert your example code to an executable file, will it work??

venkatvenky
Автор

In navigating through different frames in the application, its important that a need to manage user sessions on states or values can still be seen in the application. Is there a rediux for tkinter application that helps such process?

sunnypepple
Автор

Sir, can you make a video on How to change folder icons with Python on windows ?

ClusterSeries
Автор

I have a program that creates images as per user input (prompt). I want GUI to take the input, return it and execute the rest of the program. But Tkinter stops the said program, unless, I close Tkinter window.
What should I do....

ramanikantjha
Автор

Can i set images in other file and can i access those images by calling class object or function name

aniketzimane
Автор

Hello Sir, I've stuck in a project which i have to connect the CLI tool called 'Volatility' with a gui using tkinter..
I have no idea how to do it....
But i came with an idea to assign a button to run the queries we run in the terminal to run that volatility tool..

Sir can u pls explain how to run a python query from a button using tkinter
For example:
py -2 vol.py -f <filepath> imageinfo

Is it possible to do that?
I am stuck in this assignment and i have to pass the module...
Thank you

thealpha