This is a MOTD script written in python that displays a good bit of system info. includes a method to determine terminal size and print it in a box of pound signs
|
il y a 7 ans | |
---|---|---|
pyMOTD | il y a 7 ans | |
CONTRIBUTING.md | il y a 7 ans | |
CONTRIBUTING.txt | il y a 7 ans | |
CONTRIBUTING.txt~ | il y a 7 ans | |
LICENSE | il y a 7 ans | |
README.md | il y a 7 ans | |
README.rst | il y a 7 ans | |
makefile | il y a 7 ans | |
scr_pymotd.png | il y a 7 ans | |
setup.py | il y a 7 ans |
This is a rather simple MOTD program written in python3. Currently it displays:
Using standard ASCII escapes and some termios magic, it also prints this info in a box of hashes.
See CONTRIBUTING