Sites launcher with tkinter 07/08/202308/08/2023pythonprogramming tkinter gui to launch sites of files [...]
Create a PDF with HTML and Python 07/08/202308/08/2023pythonprogramming tkinter app to write in html or simple text and get a pdf with just this app, installing the module pdfkit [...]
Tkinter templates chapter 1 – Open File Dialog 24/07/202325/07/2023pythonprogramming tkinter gui to open file dialog box [...]
Building a Text-to-Speech App with Python, Tkinter, and gTTS 10/05/202310/05/2023pythonprogramming Title: Building a Text-to-Speech App with Python, Tkinter, and gTTS Introduction:Welcome to another exciting Python programming tutorial! In this post, we will explore [...]
Create a GUI with a TextArea with Tkinter 03/04/202303/04/2023pythonprogramming a texarea with tkinter [...]
How to transform in audio the text in the clipboard 03/04/202303/04/2023pythonprogramming clipboard to audio [...]
How to create multiple windows with tkinter (made by chat gpt) 12/12/202212/12/2022pythonprogramming You may know that chat gpt can create code. So I asked to make some code to make multiple windows with tkinter, to [...]
How to create an Entry input field with Python and tkinter 09/11/202209/11/2022pythonprogramming Now, after the buttons and the labels, let’s see how to create the entry text field to get the input of an user [...]
How to create a label in a GUI with Python 01/11/202201/11/2022pythonprogramming Second post about tkinter from zero. We have seen how to make a button, now we take a look at labels. It’s easy [...]
Simple Application to run a link from a list 24/09/202224/09/2022pythonprogramming Hello everybody, I think it’s time to get back to work with Python after a break. Are you ready? Let’s get it started [...]
How to make an option menu with Tkinter 21/04/202221/04/2022pythonprogramming An option menu with tkinter [...]