README.rst 423 B

1234567891011121314151617181920212223242526
  1. ================
  2. PyMOTD
  3. ================
  4. What this Does
  5. ---------------
  6. This is a rather simple MOTD program written in python3.
  7. Currently it displays:
  8. * Time
  9. * Shell
  10. * Username of current user
  11. * Distro
  12. * Python version
  13. * CPU
  14. Using standard ASCII escapes and some termios magic, it also prints this info in a box of hashes.
  15. .. image:: scr_pymotd.png
  16. Contributing
  17. ------------
  18. See `CONTRIBUTING <CONTRIBUTING.md>`__