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

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