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 With A Date Picker Calendar

Tkinter is the default interface for Python GUI creation. The module already come with Python itself and you no longer need to download a separate program to start building GUI for your project or application. Simply import Tkinter and you easily get full control over the framework. It comes with a unique widget system that allows users to create simple GUI applications easily and fast. In this…
Read more
Learn PythonPythonPython GUIVideos

How To Make A Python Desktop App Dynamically Resize Windows

Although we can easily set geometry parameters in Tkinter to define the size of our windows in a Python desktop app, we can also add additional functionality that will allow us to resize the window dynamically. Is it possible for the users to update the size of the window when the program is already running? In this video, John Elder of Codemy will teach us various ways to do it. Since the…
Read more