mehdi medianimedev.hashnode.dev·Nov 2, 2023Converting Text to Audio with Python: A Step-by-Step GuideIn this tutorial, we'll explore how to convert text to audio using Python. This can be a handy feature for various applications, including creating audiobooks, generating voiceovers, or implementing accessibility features in your projects. Prerequisi...Discuss·1 likePython
Felicia Mayeyanefeliciamayeyane.hashnode.dev·Oct 6, 2023Python GUI Programming With TkinterHey there, fellow tech enthusiasts! It’s finally the second semester of my first year, and it has been quite the challenge. I've started diving deeper into Python, and while the first semester of Python programming was relatively straightforward, I w...Discusstkinter
Namya Shahbigsmoke.hashnode.dev·Sep 13, 2023Must Use Python Libraries (Part 1)Tkinter Tkinter is a Python module that provides a simple and effective way to create graphical user interfaces (GUIs). It offers a wide range of GUI components and tools for building desktop applications, making it a popular choice for Python devel...Discuss·33 readsPython
Afeez Bolajimobolajo.hashnode.dev·Sep 1, 2023Building a Text-to-Morse Code Converter with Python and TkinterIntroduction In this article, we will explore how to create a simple Text to Morse Code Converter using the Python programming language and the Tkinter library for building a graphical user interface (GUI). Morse code, originally developed for teleco...Discuss·33 readsPython
Mustafa Saifeemustafas.work·Aug 15, 2023Indian Flag with Python and TkinterCelebrating India's Independence Day with Python and Tkinter Independence Day is a time for reflection, celebration, and pride for Indians all over the world. On this auspicious day, we honour the valiant sacrifices of our freedom fighters and look f...Discuss·8 likes·180 readstkinter
Ritik RajforDevHubdevhubcommunity.hashnode.dev·Aug 13, 2023Displaying Gifs in Tkinter - PythonHave you ever made an excellent desktop app using Tkinter and wanted to spice it up with GIFs? But, adding GIFs in Tkinter is a bit trickier than images. In this blog, we'll learn how to put GIFs into your Tkinter app easily. Let's get started! 🎉🖼️...Discuss·12 likes·366 readsPython
Moses Samanthakurthijadenmaxi.hashnode.dev·Jul 27, 2023Building a GUI Calculator with Python and TkinterIn this tutorial, we'll create a graphical user interface (GUI) calculator using Python and the Tkinter library. Tkinter is a built-in Python library for creating GUI applications and provides a wide range of widgets and tools to develop interactive ...Discuss·62 readsPython
Ajay Vikhram S Msmavisswag.hashnode.dev·Jul 27, 2023A Quick guide to TkinterIntro tkinter is one of the more popular Python GUI libraries. 👉 When you start a tkinter project, you get some boilerplate, or starter code. import tkinter as tk window = tk.Tk() window.title("Hello World") # Sets the name of the window in the bo...Discuss·1 like·38 readsPython
Jose Ramireznowaymyname.hashnode.dev·Jul 22, 2023The Power of Focus: Mastering Python, One Line at a TimeToday was a revelation. As I sat down to tackle a couple of HackerRank problems and to learn about Tkinter, a Python package for GUI, I realized something significant - the value of focus. It's a simple concept, but one that's often overlooked, espec...Discuss·30 readsPython
Eliakim Nyawindaeliakim.hashnode.dev·Jul 7, 2023Job Card Reversal Application using Tkinter, Python and SQL ServerIntroduction In this article, I will share my experience of how I created a Job Costing Reversal Desktop Application using Python, the Tkinter library and SQL Server. The application allows you to search for job cards, view job card details, and perf...Discuss·128 readsPython