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
Clairesoftware 1e4d775fc8 Upload files to 'pyMOTD' | преди 6 години | |
---|---|---|
pyMOTD | преди 6 години | |
CONTRIBUTING.md | преди 7 години | |
CONTRIBUTING.txt | преди 7 години | |
CONTRIBUTING.txt~ | преди 7 години | |
LICENSE | преди 7 години | |
README.md | преди 7 години | |
README.rst | преди 7 години | |
makefile | преди 7 години | |
scr_pymotd.png | преди 7 години | |
setup.py | преди 7 години |
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