Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbkangafoo/tinyscreen
lightweight clone of screenfetch
https://github.com/pbkangafoo/tinyscreen
Last synced: about 1 month ago
JSON representation
lightweight clone of screenfetch
- Host: GitHub
- URL: https://github.com/pbkangafoo/tinyscreen
- Owner: pbkangafoo
- License: mit
- Created: 2021-04-24T13:50:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T17:58:06.000Z (over 3 years ago)
- Last Synced: 2024-08-04T04:06:15.870Z (5 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - tinyscreen - Lightweight clone of screenfetch. `Python` (Operation System / Cross Platform)
README
# tinyscreen
## What is tinyscreen?tinyscreen is a lightweight clone of screenfetch written in python for displaying system information on the command line. you can use custom theme files to easily adjust on your needs.
## Which information can tinyscreen display?
In the current version, tinyscreen is able to display following information using replacements in the theme file:
* username - §U§
* hostname - §H§
* uptime - §UP§
* cpu - §CPU§
* system release - §R§
* machine - §M§
* distribution - §D§## How to install tinyscreen?
In order to use tinyscreen, you don't need special rights, user rights are enough.
Just place the tinyscreen.py in your home directory and put the theme file - like the test.txt - in the same directory.
Edit ".bashrc" and add at the bottom "python tinyscreen.py -i test.txt" to make it start, once you launch the console.## Screenshot
![Screenshot](https://github.com/pbkangafoo/tinyscreen/blob/main/tinyscreeen_screenshot.jpg "tinyscreen screenshot")