Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beucismis/tinyfetch
Python and system information command-line fetch tool
https://github.com/beucismis/tinyfetch
command-line fetch fetcher information python tool
Last synced: 3 months ago
JSON representation
Python and system information command-line fetch tool
- Host: GitHub
- URL: https://github.com/beucismis/tinyfetch
- Owner: beucismis
- License: mit
- Created: 2021-03-26T15:36:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T23:27:16.000Z (3 months ago)
- Last Synced: 2024-08-03T04:06:43.184Z (3 months ago)
- Topics: command-line, fetch, fetcher, information, python, tool
- Language: Python
- Homepage:
- Size: 407 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - tinyfetch - Python and system information command-line fetch tool. `Python` (Programing Language / MacOS Only)
README
# tinyfetch
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tinyfetch)
![PyPI - Version](https://img.shields.io/pypi/v/tinyfetch)
![GitHub License](https://img.shields.io/github/license/beucismis/tinyfetch)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/beucismis/tinyfetch/test.yml?label=test)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/beucismis/tinyfetch/publish.yml?label=publish)Python and system information command-line fetch tool.
```
$ tinyfetch___ beucismis@thinkpad-devuan
(.. \ -------------------------
(<> | Python Version: 3.11.2
// \ \ PIP Version: 24.0
( | | /| PIP Packages: 341
_/\ __)/_) Implementation: CPython
\/-____\/ Compiler: GCC 12.2.0Kernel: Linux-6.1.0-18-amd64
OS: Devuan GNU/Linux 5 (daedalus) x86_64
```Output like this! Also, tux ASCII logo is inspired by [fastfetch](https://github.com/fastfetch-cli/fastfetch). Thanks!
## Installation
```
pip install -U tinyfetch
```## Documentation
```
$ tinyfetch --helpusage: tinyfetch [-h] [--title-color {red,green,yellow,blue,magenta,cyan,white}] [--no-color] [--version]
Python and system information command-line fetch tool
options:
-h, --help show this help message and exit
--title-color {red,green,yellow,blue,magenta,cyan,white}
set default the title color
--no-color turn off all colors and disables
--version show program's version number and exit
```## License
`tinyfetch` is distributed under the terms of the [MIT](LICENSE.txt) license.