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' | hace 6 años | |
---|---|---|
pyMOTD | hace 6 años | |
CONTRIBUTING.md | hace 7 años | |
CONTRIBUTING.txt | hace 7 años | |
CONTRIBUTING.txt~ | hace 7 años | |
LICENSE | hace 7 años | |
README.md | hace 7 años | |
README.rst | hace 7 años | |
makefile | hace 7 años | |
scr_pymotd.png | hace 7 años | |
setup.py | hace 7 años |
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