How to create a label in a GUI with Python
Second post about tkinter from zero. We have seen how to make a button, now we take a look at labels. It’s easy
[...]
How to create buttons is a GUI with Python and the module tkinter
Python is very easy to learn and it has the built in module tkinter to create GUI or graphic user interfaces. Let’s get
[...]
How to make Doom fire with Pygame
This video shows how to make the fire that was used in the playstation version of Doom back in the days with python
[...]
Installing Python 3.11
Finally Python 3.11 is arrived, let’s install it Python 3.11 and its 7 new features
[...]
How to convert png images into one pdf file
This simple script makes something that could be useful. You got some png files and you want to include them into a pdf
[...]
Python 3.11 and its 7 new features
Python 3.11 is here or almost here and has some new features that are discussed in the following video. Most important thing is:
[...]
How to install pygame 2.1.3.dev8 pre release for testing
How to install it pip install pygame==2.1.2.dev8 You can also install this into a virtual environment In the cmd type virtualenv venv then
[...]
Pyscript: how to check the user input value
Hi, we’ve been talking a lot of pyscript lately, because it seems a very interesting project, still in an alpha release at the
[...]
How to Install Terminus in Sublime Text 4
Hi, it’s not the first time I make a post about terminus and sublime text, but this time is for Sublime text 4
[...]
