https://github.com/zrainerzz/pyneofetch
https://github.com/zrainerzz/pyneofetch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrainerzz/pyneofetch
- Owner: zRainerzz
- License: mit
- Created: 2025-02-19T11:25:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T10:21:46.000Z (about 1 year ago)
- Last Synced: 2025-04-12T10:36:54.908Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyNeofetch v1.0
**PyNeofetch** is a simple system information tool built in Python that provides essential details about your computer system. This tool displays your system’s information in a visually appealing format with colorful ASCII art and details like the system's CPU, memory, disk usage, and more.
## Features
- Displays system information such as CPU, memory, disk, and more.
- Custom color themes and ASCII art.
- Simple, user-friendly design for better readability.
## Requirements
Before running **PyNeofetch**, you need to install the following dependencies:
- Python 3.x
- `psutil` – For retrieving system information.
- `platform` – To get platform-specific information.
- `shutil` – For file operations.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/zRainerzz/PyNeofetch.git
cd PyNeofetch
```
2. Install required dependencies:
```bash
pip install -r requirements.txt
```
## Usage
To run **PyNeofetch**, simply execute the script:
```bash
python pyneofetch.pyFeatures
Displays system information such as CPU, memory, disk, and more.
Custom color themes and ASCII art.
Simple, user-friendly design for better readability.
```
This will display the system's information in the terminal with colorful ASCII art and details.
## Contributing
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Commit your changes (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a pull request.
## License
This project is open-source and available under the [MIT License](LICENSE).
Feel free to modify it according to your preferences or add more sections if necessary!