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