Learn PythonPythonPython GUIVideos

Learn Python Development By Creating A Database For A CRM

Following his previous Python development video about the creation of a CRM Database tool using the Tkinter module, John Elder of Codemy will now show us how to add additional functionality to the program. Take note that the project requires users to install the MYSQL database to make it work. In this video, John will show us how to create an actual database for the CRM project. Here, we will also…
Read more
Learn PythonPythonPython GUIVideos

How To Make A Button With Undo And Redo Text Features

After the comprehensive CRM Database project, John Elder recently started a new one, a text editor using the Tkinter module in Python. Creating a text editor using the Tkinter is surprisingly easy and you can add a seemingly endless number of interactive functionalities to it. In his early videos, John taught us how to create a Text Editor and how to add common functionalities including the…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need To Create Transparent Windows With Tkinter

The best part of using the Tkinter GUI framework in Python is that you can get full control of the elements you want to add to your application. The widget-based system makes it easy to input elements and functions using a simple line of codes and commands. There are many areas to explore in Tkinter and despite the apparent simplicity, you will be surprised by the things you can do in this…
Read more
Learn PythonPythonPython GUI

Everything You Need To Play Sounds And Music In Python Apps

Do you want to be able to make your Python apps play sounds and music? Whether it’s Linux, macOS or app development on Windows, adding sounds or the ability to play music adds a great new dimension to your programs and lifts them free of being restricted to the beeps and “oh oh” chimes of the operating system. You will be learning how to use sounds in Tkinter with this video.
Read more