Metadata-Version: 2.2
Name: scfetch
Version: 2.3.1
Summary: minimal fetch program for windows, linux and macos
Author-email: sctech <gamerselimiko@gmail.com>
Project-URL: source, https://github.com/sctech-tr/scfetch
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Operating System
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorist
Requires-Dist: psutil
Requires-Dist: screeninfo
Requires-Dist: requests

# scfetch
minimal fetch program written in python for linux, mac and windows.
## installation
for latest release:
```bash
pip install scfetch
```
for latest commit:
```bash
pip install git+https://github.com/sctech-tr/scfetch.git
```
## usage
```bash
scfetch
```
## what does it show
- os logo (win, mac, linux)
- os
- host
- kernel
- uptime
- arch
- shell
- resolution
- cpu
- gpu
- ram
- de/wm
- battery
- disk usage
- python version
- locale
- private ip
- public ip
- mac address
- colored bar to identify terminal colors
## args
- `--color`: specify the theme color. available colors: red, green, yellow, blue, magenta, cyan, white  
example:
```bash
scfetch --color red
```
## config
define custom theme colors in `~/.config/scfetch.json` (`~/scfetch.json` for windows)
available colors: red, green, yellow, blue, magenta, cyan, white
```json
{"color": "cyan"}
```
## public todo
- [x] add parameters for colors
- [ ] add parameters for ascii art
- [ ] update detection (get via pip)
- [x] distro ascii art (low priority)
