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 years ago
pyMOTD 1e4d775fc8 Upload files to 'pyMOTD' 6 years ago
CONTRIBUTING.md 4c5a9d1570 ADDED CONTRIBUTING PAGE 6 years ago
CONTRIBUTING.txt e9c0a4f5e2 none 6 years ago
CONTRIBUTING.txt~ 4c5a9d1570 ADDED CONTRIBUTING PAGE 6 years ago
LICENSE 815e1ee7a5 Initial commit 6 years ago
README.md f846e21a0a Added local reference 6 years ago
README.rst d9abeadf0f Update 'README.rst' 6 years ago
makefile cdc73bd706 updated readme 6 years ago
scr_pymotd.png 7f64c01d04 Added screenshot 6 years ago
setup.py 61e2bd86c7 Added setup.py 6 years ago

README.md

PyMOTD

What this Does

This is a rather simple MOTD program written in python3. Currently it displays:

  • Time
  • Shell
  • Username of current user
  • Distro
  • Python version
  • CPU

Using standard ASCII escapes and some termios magic, it also prints this info in a box of hashes.

image

Contributing

See CONTRIBUTING