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
|
před 7 roky | |
---|---|---|
pyMOTD | před 7 roky | |
CONTRIBUTING.md | před 7 roky | |
CONTRIBUTING.txt | před 7 roky | |
CONTRIBUTING.txt~ | před 7 roky | |
LICENSE | před 7 roky | |
README.md | před 7 roky | |
README.rst | před 7 roky | |
makefile | před 7 roky | |
scr_pymotd.png | před 7 roky | |
setup.py | před 7 roky |
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