You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sysinfo_cli.egg-info/PKG-INFO
+128Lines changed: 128 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,131 @@ Provides-Extra: dev
8
8
Requires-Dist: ruff; extra == "dev"
9
9
Requires-Dist: black; extra == "dev"
10
10
Requires-Dist: pytest; extra == "dev"
11
+
12
+
# 🖥️ sysinfo-cli
13
+
14
+
A simple command-line tool written in pure **Python** that displays system information such as **CPU**, **RAM**, **disk**, **network**, and **uptime**.
0 commit comments