Code with Ross platform videogame 06/03/202106/03/2021pythonprogramming It seems that Russ is preparing a new tutorial about platforms with pygame and this time the game looks very cool, with a [...]
Making snow and rain effects with pygame and particle 02/03/202103/03/2021pythonprogramming Pygame particles for snow effect [...]
Pygame snow particles part 2 28/02/202128/02/2021pythonprogramming I made some changes to the particle script I showed some days ago (here). The result is a little more complicated and maybe [...]
Launch Python script from Excel 26/02/202126/02/2021pythonprogramming Interesting video that explains how to launch a python script from Excel. [...]
Input text examples in DearPyGui 23/02/202123/02/2021pythonprogramming DearPyGui allows you to create great user interfaces [...]
How to install ttkthemes for tkinter 23/02/202123/02/2021pythonprogramming If you need more modern themes for tkinter you can use ttkthemes. In case you want to use a custom theme, look at [...]
A class LabelImage to show images in tkinter easily 20/02/202120/02/2021pythonprogramming This is my class to show images in tkinter. Show all the images in a folder [...]
How to install pyaudio 20/02/202120/02/2021pythonprogramming Go here and download you pyaudio version for your python version (ctrl+f and write puyaudio) download the wheel file (.wl) Then Install the [...]