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.
- Displays system information such as CPU, memory, disk, and more.
- Custom color themes and ASCII art.
- Simple, user-friendly design for better readability.
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.
-
Clone the repository:
git clone https://github.com/zRainerzz/PyNeofetch.git cd PyNeofetch -
Install required dependencies:
pip install -r requirements.txt
To run PyNeofetch, simply execute the script:
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.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is open-source and available under the MIT License.
Feel free to modify it according to your preferences or add more sections if necessary!