To create a visual overview of your memory on the hard disk with Python
Here is a little script in order to see what is your free disk space on your hard drive in Linux.
Here is a little script in order to see what is your free disk space on your hard drive in Linux.
Here is a little script that create a dictionary (a type of array) in Python and this dictionary creates a JSON-file. This JSON file you can use for example for Python Pandas.
There are a lot of options where you can generate a qrcode. What is a QRcode? The QRcode is the little black-white box where you can save data. In most cases, this is the URL of a website. What is the URL? The URL identifies and locates a resource on the Internet or on a local network (e.g. a web page, an image, a file or an email address). What is Python? Python is a programming language. In the meanwhile,…
Linux Bash 5.2.32(1): I have created a Python (version 3.13.7) script in order to shut down my pc. I don’t want to click on the graphic menu in the Gnome (47.9 my version). This is the script in order to shut down the pc: The script checked first the current time and second whether pip has something in the cache, when I had updated some packages. I have saved into many subfolders in my file system Linux_PC/Programmieren/Python/Python_eigene_Scripte/herunterfahren_system.py with the command…