https://github.com/plasmaa0/perlinfetch
System fetch with beautiful perlin noise
https://github.com/plasmaa0/perlinfetch
command-line fastfetch fetch linux neofetch terminal
Last synced: 12 months ago
JSON representation
System fetch with beautiful perlin noise
- Host: GitHub
- URL: https://github.com/plasmaa0/perlinfetch
- Owner: Plasmaa0
- License: mit
- Created: 2023-06-04T16:37:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T19:27:20.000Z (about 2 years ago)
- Last Synced: 2025-01-30T22:24:49.720Z (about 1 year ago)
- Topics: command-line, fastfetch, fetch, linux, neofetch, terminal
- Language: Python
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PerlinFetch

`PerlinFetch` is a system fetch program that displays beautifully colored perlin noise amongst system information in a nice table. This program is useful for anyone who wants to monitor their system's performance on a regular basis while enjoying a visually pleasing display.
## Installation
To install PerlinFetch, follow these steps:
1. Clone the repository to your local machine.
```bash
git clone https://github.com/Plasmaa0/perlinfetch.git
```
2. Navigate to the cloned directory.
```bash
cd perlinfetch
```
3. Execute bash script that will create python virtual environment and install dependencies
```bash
./setup.sh
```
4. Paste the line given by setup.sh into your shell config. It will look like this:
```
/home/YOUR_USERNAME/PATH_TO_REPO/venv/bin/python /home/YOUR_USERNAME/PATH_TO_REPO/perlinfetch.py
```
# License
This project is licensed under the MIT License. Feel free to use and modify it however you like.