Tkinter: callback or copycat function… ( trace StringVar ) 23/08/201923/08/2019pythonprogramming How to get the entry value each time that it changes, so that we can use that value into our scripts, for example when the user inputs a text to be checked or searched among a list [...]
Tkinter and Listbox – 2 (sync) 21/08/201922/08/2019pythonprogramming Second part of this topic in which we will see how we can syncronize 2 different listboxes using the mousewheel or the up and down arrow keys. [...]
From text to mp3 with gtts (reading external file) 16/08/201903/09/2019pythonprogramming Convert a simple text into an mp3 with google text-to-speech API and gtts module [...]
How to make a GUI with Tkinter to open mp4 videos in a folder 15/08/201912/06/2021pythonprogramming Populate a listbox with mp4 files present in the folder and starts them while you see the size and duration in seconds [...]
Pygame 4: fonts and how to center them 14/08/201919/08/2019pythonprogramming Render fonts on the screen with Pygame [...]
Instagram with instapy_cli: how to fix an error 13/08/201918/08/2019pythonprogramming An error uploading video to instagram with instapy_cli: how do I fixed it. [...]
Pygame 3 – move sprite 13/08/201928/08/2019pythonprogramming Let’s move a sprite on a screen, the most fundamental part of a 2d game, with pygame and python [...]
Post on instagram from the Computer with Python in no time 13/08/201907/02/2021pythonprogramming Send images and video (stories) from the pc on Instagram with Python and instapy_cli module [...]