Small projects written by me.
A python program using QtPy to create a real time graph of your computer's CPU usage.
A python program that will read the type of your files, then organizes them into folders labeled after those types.
A python program using argparse that will generate a QR Code based on the text given, can change the color of background and code of image. You can also run the program without arguments to open the application.
Example:
python3 qrcodegenerator.py www.google.com --fill darkblue --back cyan
Open GUI:
python3 qrcodegenerator.py