Learn PythonPythonPython GUIVideos

How To Make A 2048 Desktop App With Python in 20 Minutes

2048 is a single-player sliding tile puzzle video game that became an extremely popular mobile app ever since it was released in 2014. It is generally a simple puzzle game yet it is also surprisingly challenging and addictive. The popularity of the game resulted in the creation of many clones in the mobile market. Interestingly, if you know how to operate or use the Python Programming language…
Read more
Learn PythonPythonPython GUIVideos

Learn Python Scripting With A Fun Random Winner Generator

John Elder of Codemy never failed to impress us with his Python Scripting Tkinter GUI tutorial series. Interestingly. he decided to celebrate his birthday last year in a very unique way. He decided to throw giveaways to three lucky commenters who will receive a free subscription to his website. Interestingly, he did this giveaway in what he does best ~ encoding using Tkinter in Python. In this…
Read more
Learn PythonPythonPython GUIVideos

How To Make A Python GUI Position Controls On A Grid System

Working with Tkinter to create a really nice-looking Python GUI is surprisingly easy and fun. This framework allows you to experiment with its widgets and other elements to make a visually appealing and interactive Graphical user interface for your project. Interestingly, if you want to explore Tkinter, there is a great number of tutorials in YouTube that you can watch. John Elder of Codemy.com…
Read more
Learn PythonPythonPython GUIVideos

Learn Python GUI With How To Resize Entry Box By Height Video

Tkinter is the default Python GUI toolkit. There is no need to install a separate program because it is already available in Python and you just have to import the module. Interestingly, Tkinter comes with a simple widget system that allows you to create simple GUI applications fast and easily. You get full control of the elements you want to be added to your software using a simple line of codes…
Read more