Tkinter advanced: use the class we made with listbox and text for a specific purpose 04/12/2020pythonprogramming tkinter make a gui to see images [...]
Tkinter advanced: how to make a window with listbox and textbox 03/12/202004/12/2020pythonprogramming For the tkinter advanced tutorial serie, let’s see how to make a window with a listbox and a textbox into 2 frames with the grid layout system [...]
Smallest file browser in Python and tkinter 25/11/202025/11/2020pythonprogramming A little file browser in tkinter [...]
Problem solving fast with python: split a text… to fit into an image 20/11/2020pythonprogramming Split a text… with tkinter [...]
Text from clipboard to audio 19/11/202020/11/2020pythonprogramming Get audio from the text in the clipboard with python, tkinter and gtts [...]
Grautesc.py – Grab an image with text and hear it! 19/11/202019/11/2020pythonprogramming Get audio from text out of an image from a screenshot [...]
Tkinter interface for text to speech 16/11/202025/01/2021pythonprogramming Google text to speech api allows you to transform text into speech. You need: pip install gtts and then you need to import [...]
Tkinter advanced tutorial by examples: A class to save txt files with Tkinter 15/11/202015/11/2020pythonprogramming text files with tkinter [...]
More windows with tkinter (new version) 19/06/202003/01/2021pythonprogramming More windows with tkinter [...]
Free calculator that memorize all that you do 19/05/202019/05/2020pythonprogramming Free calculator with a plus. New version. [...]