Simple cli tool for creating status text to something like dwm-bar.
Project description
usts
Simple cli tool for creating status text to something like dwm-bar.
Modules
Module | Dependencies | Description |
---|---|---|
str |
Display string. | |
time |
datetime |
Display current time with strftime formating. |
cpu |
psutil |
Display percent of cpu usage. |
ram |
psutil |
Display memory usage (percent, available, etc...) |
disk |
os |
Display disk usage (free, available, total) |
temp |
psutil |
Display temperature (cpu, gpu, etc...) |
weather |
requests |
Display weather from city with openweathermap.org api. Weather icons. |
Installation
$ pip install usts
~/.config/usts/config.py example
# import make functions from mkmod.py file
from usts.mkmod import *
# setup list of items
items = [
ModuleWeather("API_KEY",
city="London", country="UK"),
ModuleTemp(),
ModuleCPU(),
# print example -> RAM: 10.1/16.0Gb
ModuleRAM("RAM: {used}/{total}{data_format}", data_format="Gb"),
# print example -> /: 121.3Gb
ModuleDisk("{path}: {free}{data_format}"),
ModuleTime(),
ModuleStr("☭")
]
# Execute is action with status
# setxroot -> setxroot -name "status"
# stdout -> just print status in terminal
execute = "stdout"
Usage
$ usts
Contacts
Contact | Description |
---|---|
Matrix |
Matrix server. |
Discord |
Discord server. |
Donates
Monero: 47KkgEb3agJJjSpeW1LpVi1M8fsCfREhnBCb1yib5KQgCxwb6j47XBQAamueByrLUceRinJqveZ82UCbrGqrsY9oNuZ97xN
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
usts-0.1.41-py3-none-any.whl
(21.6 kB
view details)
File details
Details for the file usts-0.1.41-py3-none-any.whl
.
File metadata
- Download URL: usts-0.1.41-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86a522c6ff173e8d6bf9aebfcb04d7ce90da9cef2e59e87835fc0b28f5b563c4 |
|
MD5 | 56e805e02088e3a507f06f9c70b22fda |
|
BLAKE2b-256 | f5c48f7595990ed17a2d2dc98d3ad27a0c968cac3b15daba4340acc6e198d739 |