https://github.com/ashish0kumar/sysfetch
⚙️ Simple python script to fetch system info
https://github.com/ashish0kumar/sysfetch
python python-script system-information
Last synced: 7 months ago
JSON representation
⚙️ Simple python script to fetch system info
- Host: GitHub
- URL: https://github.com/ashish0kumar/sysfetch
- Owner: ashish0kumar
- License: mit
- Created: 2024-05-30T18:16:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T14:41:21.000Z (almost 2 years ago)
- Last Synced: 2025-08-18T04:52:27.006Z (7 months ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sysfetch
A simple script written in Python to fetch your System info

## ✨ Features
### ℹ️ System Information
- System: Operating System Name
- Node Name: Hostname of the machine
- Release: Operating System Release
- Version: Operating System Version
- Machine: Machine Type
- Processor: Processor Type
- CPU Cores: Number of Physical CPU Cores
- Logical CPUs: Number of Logical CPUs
- RAM (Total): Total RAM in GB
- RAM (Used): Used RAM in GB
- RAM (Free): Free RAM in GB
### 💽 Disk Information
- Disk Space (Total): Total Disk Space in GB
- Disk Space (Used): Used Disk Space in GB
- Disk Space (Free): Free Disk Space in GB
### 🌐 Network Information
- Bytes Sent: Total Bytes Sent over the Network
- Bytes Received: Total Bytes Received over the Network
### 🔋 Battery Information
- Percentage: Battery Percentage (if applicable)
- Plugged: Whether the device is plugged in or running on battery (Yes/No)
### 🔄 Process Information
- Current Processes: Number of Currently Running Processes
## 🚀 Usage
1. Clone this repo:
```bash
git clone https://github.com/ashish0kumar/System-fetch.git
```
2. Install the required dependencies:
```bash
pip install -r requirements.txt
```
3 You can now run the sysfetch.py script:
```bash
python sysfetch.py
```
## 📜 License
This project is licensed under the MIT License.