Print Code in Color from Sublime Text 3 20/08/201920/08/2019pythonprogramming How to print code from sublime text… or any code you have on the computer with the help of jupyter notebook or jupyter lab [...]
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 [...]
Jupyter lab and Visual Studio Code together 13/08/201913/08/2019pythonprogramming Code in Jupyter lab with Visual Studio Code is possible and very useful [...]
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 [...]
Launch Chrome with Python part 3 12/08/2019pythonprogramming Open sites on Chrome with python adding new sites to the GUI [...]