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