Learn to Program 24 TkInter ToolBar

[ad_1]
Code & Transcript :

Interactive Tutorial :

Best Python Book :

Support me on Patreon :

In this part of my Learn to Program tutorial I’ll cover many of the TkInter widgets I haven’t covered before. We’ll explore PIL, Importing Images, Toolbars, List Boxes, Label Frames, Spin Boxes and much more.

If you missed any of the previous videos, the series starts here :

Thank you to Patreon supports like the following for helping me make this video

@kyleaisho
@thetwistedhat
vjFaLk


Posted

in

by

Tags:

Comments

34 responses to “Learn to Program 24 TkInter ToolBar”

  1. Tranculent Avatar

    Why my pycharm doesn't support tkinter? I think it is set to 3.6.1 but still .. 🙁

  2. Paavan Gupta Avatar

    Sir, how can i set an icon for title and convert a .py file to .exe

  3. Omar kyon Avatar

    I have a question. How do you suggest one watch these videos? If one just copies the code, one won't learn anything so what do you suggest one should use these videos to increase one's programming knowledge and understanding? thank you.

  4. Vishal Kalra Avatar

    hey Derek !!
    I'm trying to import PIL but it's giving an error. I'm using python 3.6.1
    how I can resolve it ?

  5. Mussa Charles Avatar

    Hi, Derek did you have the icons(open, disk and exit icons) in the same folder with pycharm projects or are they automatically included as long as you have PIL? I tried to download 24×24 pixels icons and store them in the same folder with my projects but after I run the code none of the icons are displayed instead there are just unresponsive blank buttons 🙁 what should I do? thanks

  6. İlkin Hüseynli Avatar

    Thanks for awesome tutorial, I've a question, why do we use both open_button = Button(toolbar, image=open_icon) and open_button.image = open_icon ?

  7. Gabriel Brunette Avatar

    Anyone knows how to fix this?
    ImportError: No module named 'PIL'

  8. Daniel Weikert Avatar

    why is the image=open icon in line 34 not enough to link the image to the button? Why do we have to write line 38 additionally? Thanks

  9. Anonymous Avatar

    Thanks a lot for these videos! When I tried running the program in this tutorial, I have some issues.

    a) My icons show up huge. How can one make them look like they did in the tutorial?
    b) Clicking the close icon does not work. Even copy pasting the code on your website onto a separate file and running it does not work for me.

    I am using IDLE, if that is relevant.

  10. Marcin Kuta Avatar

    Hi Darek! Thank you for sharing your knowledge on YouTube. This is what I was looking
    for. Learning how to solve problems. Not just learning about programming language or syntax. I really enjoy that series. If I think about methods, speaking ability, knowledge about programming you're my role model!

    Please make tutorial how to make database app with TkInter. Thx.

  11. edilsonrj Avatar

    This series of tutorials is amazing…
    Hope to see a Django Tutorial soon

  12. Valmir Memeti Avatar

    Really love this python series, learned so much! Cannot thank you enough! Will you ever do a Java Spring tutorial/series? Would be appreciated! All the best 🙂

  13. ThePassingVoid Avatar

    4:30 you can use the Visual Studio Image Library to get plenty of images to use in your application. It has the images that Microsoft commonly uses in their software.

  14. Jintaro Kensei Avatar

    Could you do a series on F#?

  15. Nhân Trọng Nguyễn Avatar

    Thank you so much Derek. I really love all the videos you made and shared. Appreciate all your time and efforts. Amazed at how much knowledge you have and share! Looking forward to more of your wonderful videos.

  16. Sandy Avatar

    Hi Derek – I have moreorless completed my Javscript learning – I might start picking on a server side programming soon as I practice javscript – I would that most of the programs are very similar in construct. So should i do Node.JS or pick up Python – I am now sure that I will ditch Ruby as I don't see ever going into that ecosystem

  17. Gort Newton Avatar

    Wow! Biggest, bestest, Pythonist series on the net! Thank you Derek.

  18. Alexandru Petrus Avatar

    Hi Derek,nice stuff here.i need to write a class in JavaScript for this think
    {
    chart : {
    events : {
    load : requestData (one of my function)
    }
    },

    rangeSelector: {
    buttons: [{
    count: 1,
    type: 'minute',
    text: '1M'
    }, {
    count: 5,
    type: 'minute',
    text: '5M'
    }, {
    type: 'all',
    text: 'All'
    }],
    inputEnabled: false,
    selected: 0
    },

    title : {
    text : 'Live random data'
    },

    exporting: {
    enabled: true
    },

    series : [{
    name : 'Random data',
    data : getData() (again,one of my function )
    }]
    }

    can you help me with this think because i watched all your JavaScript tutorials but i can't write this class correct,i don't know why.Thx and keep making good stuff for us!

  19. Juan2003gtr Avatar

    Derek..are you planning to do a tutorial on Docker and deployment of real apps??….great video as usual….

  20. El King Morado Avatar

    I love u Derek! 😀

  21. wilroth2403 Avatar

    What do you even do for a living? What do you have time for?

  22. Shreyansh Lodha Avatar

    Please do a Video on Neo4J tutorial. It will be really helpful.
    Thank you….

  23. Tom Nook Avatar

    I don't mean to bother you, but are you ever going to do PyGame? PS: When you start something like Django or PyGame, dropping the name "Learn to Program #x" and changing the background will result in more interest. Love your tutorials keep it up!

  24. Axoun12 Avatar

    Really enjoying this series, do you plan to do some episodes on Django or another web framework?

  25. James Fox Avatar

    When I try to run it, it says "ImportError: No module named PIL"

  26. Marcus Y Avatar

    Awesome Video! You are the best 😉

  27. Daniel Avatar

    I clicked first "I like this" button and then I played the tutorial. Am I doing something wrong?

  28. Aws A. Avatar

    what font do you use?

  29. Hunter Johnson Avatar

    Great job again! Got a few people hooked on your videos already!!

  30. Naythan Williams Avatar

    This straight up doesn't work for me on Ubuntu. I had to use import PIL.ImageTk, and then the final and irreparable error was that the Image class has no "open" attribute. Oh well. Tkinter and PIL look very old school anyhow. Maybe I'll move onto learning another user interface framework. Are there any others you'd recommend?

  31. M_M Avatar

    great video, as always.

  32. Anonymous Avatar

    Two questions:

    1. How many videos are you planning to have in this tutorial?
    2. If I finish all these videos so far, would I be considered a competent Python programmer?

    Thanks!

  33. Masoud Rousta Avatar

    great tut . well done

Leave a Reply

Your email address will not be published. Required fields are marked *