Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukonqi/yasfetch
Get system informations and usages with a basic UI
https://github.com/mukonqi/yasfetch
cross-distro fetch gnu linux python python3
Last synced: 7 days ago
JSON representation
Get system informations and usages with a basic UI
- Host: GitHub
- URL: https://github.com/mukonqi/yasfetch
- Owner: MuKonqi
- License: gpl-3.0
- Created: 2022-08-04T11:35:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T12:55:34.000Z (4 months ago)
- Last Synced: 2024-07-09T16:24:14.002Z (4 months ago)
- Topics: cross-distro, fetch, gnu, linux, python, python3
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# yasfetch
## Yet Another Simple Fetch
Get system informations and usages with a basic UI## Supported platforms
- **Note: Getting number of packages only works on Debian GNU/Linux, Fedora Linux, Arch Linux, openSUSE Tumbleweed and distributions which based on them**
- All GNU/Linux distributions## Dependencies
### Normal packages
- Python3 (mostly python3 / openSUSE Tumbleweed: python312)
- curl (mostly curl)### Python packages
- os, sys, getpass, threading, subprocess, datetime, socket, platform (mostly built-in)
- PyQt6 (mostly pip is used: PyQt6 / openSUSE Tumbleweed: python312-PyQt6)
- distro (mostly pip is used: distro / openSUSE Tumbleweed: python312-distro)
- psuitl (mostly pip is used: psutil / openSUSE Tumbleweed: python312-psutil)## Running
- **Warning: First install dependencies.**
- ```curl -ssL https://raw.githubusercontent.com/MuKonqi/yasfetch/main/yasfetch.py | python3```### License
- GPLv3 or later