Tkinter tutorial Python 3.4, creating a full scale Program GUI part 1

preview_player
Показать описание

In this tutorial series, we're going to be covering with more depth the Tkinter module, which is built into Python. We're going to be using Python 3 specifically here, but you should be able to follow along in Python 2 as well.

Tkinter is a Python wrapper about Tcl, which is a graphical user interface development toolkit.

In this video, we introduce the topic and our goals. Here, we're going to make a Bitcoin trading application as an example. This application will have multiple pages, live graphs, trade execution, and more. You will not need bitcoin or a bitcoin account to do this tutorial.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

you know someone is true elite programmer when they wear a python jacket

furiousprogramming
Автор

i have to watch all your tutorials about Python, maybe other programming

alexliu
Автор

Can anyone please tell me which video he goes into threading with this Tkinter application?

kaden
Автор

ok Noob question, would you recommend going through the Python Basics tutorials before messing with Tkinter

EvilMonkeyr
Автор

I'm so grateful for your work. As a biologist, I get really lost in a lot of the tech lingo but your tutorials make the information very accessible. You the real MVP

jhonya.zavaleta
Автор

hope you had heaps of bitcoin when you made this lol

shumwei
Автор

Thank you Sentdex Indicator for these awesome tutorials! Do you have any tutorials on using Threading with Tkinter GUI?

markmitry
Автор

Did you make your own Python jacket? LoL thx for the tut!

nfrancisj
Автор

THIS is a UI. Not all those other b.s. UI courses with Tkinter . It has to look as elegant as something you can produce with either C# or VB.NET. Otherwise, its just a toy app.

ZFlyingVLover
Автор

I can't understand why so many young people can't speak clearly and distinctly rather than mumble. They should learn how to speak if they insist on telling us all they wish they knew.

raymondleiter
Автор

Where is the Github link? you said in the video its in the description

CODTALES-KILLSTREAKS
Автор

is it possible to get rid of the buttons which comes from matplotlib? Is it possible in Ikinter to splitt a window by 4 and to load 4 different datas into it? 1 for chart, 2nd for indicators, 3rd datas, 4th news ... like an Adobe Application like Photoshop or so and adjust the size while they running only by moving the borders?

Banchuba
Автор

you are jumping into the EXACT questions I have as a new user of tkinter!

kaden
Автор

dude, you're so awesome for doing all this. Thank you very much for all that stuff on your channel. Amazing!

needmorebrain
Автор

##I make an entry widget with the button but my function not return value please help..from tkinter import *
root=Tk()def GetValue():
      x=entry.get()
      return xtex=StringVar()entry=Entry(root, textvariable=tex)
entry.grid(row=0, column=0)button=Button(root, text="get", command=lambda:GetValue())
button.grid(row=1, column=0)print(GetValue())root.mainloop()

sarthaksharma
Автор

Hey, I would like to know if there is a way to put a mathematical symbol in a tkinter frame or window. For example, I want to display a polynomial in my frame, but it displays something like: 1.00 + 3.5 * x ** 1 + 7 * x ** 2-5.00 * x ** 3 ... .. I already tried it with Sympy in the console it worked but in the window it does not work

kyc
Автор

Hi Sentdex,
When i do something like "buttonname.grid(row=1, column=1)" its comes up with an error. Im fairly new to python so Im not sure if this is just compeltely wrong code or what the problem is.
How would I get the grid working as opposed to just pack?




error: cannot use geometry manager grid inside .44211664 .45028944 which already has slaves managed by pack.

itsKayzur
Автор

Hello ! i am working on my professionnal project which consist of creating a geostatistc application in python for environmental sciences. I am using tkinter for that. But i am facing some difficuties, in fact i want my application to be able to open a text file and plot histogram and kriging map on the the tkinter GUI but i don't nkow how to do that?Could some one help me please

ztrading
Автор

I really like your videos. I wonder if you have an answer for something. I create a text object:
t1 = Text(root, height=2)
t1.grid(row=1, column=1, sticky=(N, S, W, E))
Later on, I insert a text string:
name = speech2text.s2t()
t1.insert(END, name)
However, the text does not appear in the text box. Is there a way to flush the text? I don't see it. Any help is appreciated!

alandickman
Автор

Hi Thank you much. let me ask some question please. How can I write holizontal and straight lines and fibonacci ratio line on the screen? and I'd like to add the selection lists to change descriptions of securities very very quickly. How can I add these options on the screen?

probapri
join shbcf.ru