1234567891011121314151617181920212223242526 |
- ================
- 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:: scr_pymotd.png
- Contributing
- ------------
- See `CONTRIBUTING <CONTRIBUTING.md>`__
|