Summary
CPU-RAM usage monitor bar - is free open source software in Python. The Tkinter library is used to build the interface.
Language: Python 3.6+ OS: Windows
The program uses the psutil module, you can install it by entering the command: pip install psutil.
The software displays the load of the CPU cores and RAM. The program has three modes of displaying information: full, full hidden and minimal. Minimum mode displays the total CPU and RAM usage.
I use this code in python programming video on youtube channel Python Hub Studio.