Metadata-Version: 2.4
Name: minifetch
Version: 0.1.0
Summary: minifetch delivers bite-sized system stats at startup, for those who prefer their uptime with a side of nerdy flair
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: humanize>=4.12.2
Requires-Dist: psutil>=7.0.0
Requires-Dist: pyfiglet>=1.0.2
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.15.2

# Minifetch

Minifetch is a lightweight and customizable system information tool written in Python. It displays essential system details in a clean and minimalistic format.

## Features

-   Displays system information such as OS, kernel version, uptime, and more.
-   Lightweight and fast.
-   Easy to customize and extend.

## Installation

1. Clone the repository:

    ```bash
    git clone https://github.com/unclesp1d3r/minifetch.git
    cd minifetch
    ```

2. Install the required dependencies:

    ```bash
    uv install
    ```

## Usage

Run the script to display system information:

```bash
python minifetch.py
```

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes and push the branch.
4. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgments

-   Inspired by other system information tools like Neofetch.
-   Thanks to the open-source community for their support.
