Create a GUI with a TextArea with Tkinter 03/04/202303/04/2023pythonprogramming a texarea with tkinter [...]
How to transform in audio the text in the clipboard 03/04/202303/04/2023pythonprogramming clipboard to audio [...]
How to get an image from google and dowload it 02/04/202302/04/2023pythonprogramming Look for google images with python and download them [...]
How to find words surrounded by asteriscs in a text with python and regex 25/03/202325/03/2023pythonprogramming find words with python [...]
How to manage text input in pygame and in the cmd 19/03/202320/03/2023pythonprogramming Let’s see ho to get a multi plie text input, from this video of Coding with Russ. With the following code you will [...]
Get randow words from Internet with Python 14/03/202314/03/2023pythonprogramming In case you could need to get random words for a game or anything else, you could use this code: [...]
Use Python to make Presentations quickly 09/03/202309/03/2023pythonprogramming I made some changes to some code I made to create slides in powerpoint using python. I also added a simple way to [...]
How to get the link of the first Image in Google search with Python 02/03/202302/04/2023pythonprogramming find the link of the first image google finds for a subject [...]
Pygame is ready for python 3.11.2 – how to install it 26/02/202326/02/2023pythonprogramming Finally we can install pygame on it’s releae moduel 2.1.3 and not the dev version. First uninstall the dev 8 version with pip [...]
How to display text on the screen with Pygame 12/02/202312/02/2023pythonprogramming Another video tutorial of coding with russ about an interesting topic: how to display text with pygame create a font (font = pygame.font.SysFont(“Arial”,20)) [...]