Python ebook maker 3 13/09/201914/09/2019pythonprogramming Make ebooks with Python and tkinter only [...]
Python ebooks maker 2 11/09/201914/09/2019pythonprogramming Let’s add some features to “My notepad“, an app that we made as a simple exercise to learn a little more the use [...]
A matrix wallpaper with Python and PIL – 1 08/09/201909/09/2019pythonprogramming Make wallpapers with Python and PIL [...]
What if you cannot load a site (like glitch.me) for a DNS problem 07/09/201905/11/2019pythonprogramming How to solve to problem that can prevent you from being able to navigate in the glitch.me sites [...]
Put your images in order (to animate them) 07/09/201907/09/2019pythonprogramming How to load a lot of progressively numbered images in the right order avoiding strange positioning due to the fact that the names are recognized as strings [...]
Python sqlite3 – part. 3: reoganizing the code 04/09/201913/11/2019pythonprogramming Let’s reorganize the code of te sqlite3 + tkinter code we made in two previous lessons. We are going to use different windows. [...]
Ffmpeg: how to increase the volume of a video or audio file 02/09/201901/09/2019pythonprogramming Ffmpeg is a free tool that you can use to manipulate video, record from the screen, convert file formats etc. We have many [...]
Ffmpeg record screen update 01/09/201910/09/2019pythonprogramming How to record from the screen with the Commands Prompt and the Python bash [...]
Animation on Pygame 2 – free characters and more actions 31/08/201910/01/2020pythonprogramming New animations with pygame and free images [...]
Matplotlib charts 1 28/08/201930/08/2019pythonprogramming How to create in few easy steps a simple bar chart with the matplotlib module [...]
Using gtts on the Mac OS to transform text to audio files 27/08/201928/08/2019pythonprogramming Gtts to create audio from text with Google API and Python. [...]