https://github.com/kailuser/art-console
ART (Advanced Terminal) is a Python-based command-line tool for system information retrieval and process management. It uses the psutil module to retrieve system data such as CPU usage, memory usage, and network statistics, and allows you to terminate processes using simple commands. ART supports both Windows and Linux operating systems and feature
https://github.com/kailuser/art-console
command-line process-manager psutil python system-information
Last synced: 2 months ago
JSON representation
ART (Advanced Terminal) is a Python-based command-line tool for system information retrieval and process management. It uses the psutil module to retrieve system data such as CPU usage, memory usage, and network statistics, and allows you to terminate processes using simple commands. ART supports both Windows and Linux operating systems and feature
- Host: GitHub
- URL: https://github.com/kailuser/art-console
- Owner: KailUser
- License: mit
- Created: 2023-03-13T10:24:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T10:35:47.000Z (about 2 years ago)
- Last Synced: 2025-01-13T23:35:14.046Z (4 months ago)
- Topics: command-line, process-manager, psutil, python, system-information
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license
Awesome Lists containing this project
README
# ART - Advanced Terminal
ART (Advanced Terminal) is a simple Python program that provides basic system information and allows you to terminate processes using the command line interface. It uses the psutil module to retrieve system information such as CPU usage, memory usage, and network statistics.
Requirements
Python 3.x
Usage
Run the program using the following command:
``python
python index.py
``ART will prompt you to choose your system (Windows or Linux) and then display a list of available commands. Simply type in a command to perform the corresponding action. Here are some examples of available commands:
help: display all available commands
cpu: display CPU usage statistics
mem: display memory usage statistics
net: display network usage statistics
kill : terminate process with given PID
quit/exit: exit the programNote that the kill command requires you to specify a process ID () to terminate a specific process. You can find the PID of a process using the ps command on Linux systems or the Task Manager on Windows systems.
Credits
This program was created by KailUser(Syirezz).