Skip to content

Latest commit

 

History

History
48 lines (16 loc) · 1.51 KB

File metadata and controls

48 lines (16 loc) · 1.51 KB

Project type: Personal

Goal: To create a basic but also terminal version of the system monitor widget that was part of a version of Kali Linux. And to better my understanding of Linux

● Used Python in Linux- quite different from how I used Python till now in Jupyter and Colab.

● Made use of the Open Source library 'plotext' to plot the bar graph for CPU usage and 'term-piechart' for memory usage statistics in the form of a pie chart and display on the terminal

● Got a better understanding of working on the terminal than previously.

The one thing that was different from how I expected the graph to look is that the bars are much shorter since Linux is running on Virtualbox and the CPU Usage is limited thereby making the usage values small.

Libraries used:

Plotext , Term-Piechart , Psutil

Samples:

Screencastfrom2026-01-2018-36-00online-video-cutter com-ezgif com-optimize

Screenshot from 2026-01-20 18-38-49

Monthly Project - Jan 26