An open API service indexing awesome lists of open source software.

https://github.com/zrainerzz/pyneofetch


https://github.com/zrainerzz/pyneofetch

Last synced: 3 months ago
JSON representation

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!