# ElegantMOTD
ElegantMOTD is a Python-based Message of the Day (MOTD) generator for displaying system information in a visually
appealing and informative manner. It works on Linux systems and provides details such as system load, disk usage, memory
usage, swap usage, temperature, network interfaces, CPU usage, and more.
## Features
- Rich, colorful text-based output.
- Displays various system information.
- Customizable display options.
- Easy to use and integrate into your system.
## Usage
To display the Message of the Day, run the following command:
```bash
elegantmotd
```
## Live Updates
If you want to enable live updates of the system information, you can use the `--watch`/`-w` option:
```bash
elegantmotd --watch
```
With the `--watch` option, the MOTD will be continuously updated with the latest system information.
## Output
![Output](resources/output.png)
## Customization
You can customize the output by modifying the `motd.py` file and adding or removing system information modules as per
your preference. The available modules are:
- Load
- Disk
- Memory
- Temperature
- Process
- LoggedInUsers
- Network
- CPU
To add or remove a module, simply add or remove the corresponding import statement and the respective class instance
from the `sysinfos` list in the `display()` function.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
Raw data
{
"_id": null,
"home_page": "https://github.com/emerick-biron/elegantmotd",
"name": "elegantmotd",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "motd, system, information, console, dashboard",
"author": "Emerick Biron",
"author_email": "emerick.biron@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2d/be/b4301006e7597ec09136040d24af87b4baeb0d55e69369b22ce5dd7af8ca/elegantmotd-0.4.3.tar.gz",
"platform": null,
"description": "# ElegantMOTD\n\nElegantMOTD is a Python-based Message of the Day (MOTD) generator for displaying system information in a visually\nappealing and informative manner. It works on Linux systems and provides details such as system load, disk usage, memory\nusage, swap usage, temperature, network interfaces, CPU usage, and more.\n\n## Features\n\n- Rich, colorful text-based output.\n- Displays various system information.\n- Customizable display options.\n- Easy to use and integrate into your system.\n\n## Usage\n\nTo display the Message of the Day, run the following command:\n\n```bash\nelegantmotd\n```\n\n## Live Updates\n\nIf you want to enable live updates of the system information, you can use the `--watch`/`-w` option:\n\n```bash\nelegantmotd --watch\n```\n\nWith the `--watch` option, the MOTD will be continuously updated with the latest system information.\n\n## Output\n\n![Output](resources/output.png)\n\n## Customization\n\nYou can customize the output by modifying the `motd.py` file and adding or removing system information modules as per\nyour preference. The available modules are:\n\n- Load\n- Disk\n- Memory\n- Temperature\n- Process\n- LoggedInUsers\n- Network\n- CPU\n\nTo add or remove a module, simply add or remove the corresponding import statement and the respective class instance\nfrom the `sysinfos` list in the `display()` function.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A visually appealing and informative Message of the Day (MOTD) generator for Linux systems.",
"version": "0.4.3",
"project_urls": {
"Homepage": "https://github.com/emerick-biron/elegantmotd",
"Repository": "https://github.com/emerick-biron/elegantmotd.git"
},
"split_keywords": [
"motd",
" system",
" information",
" console",
" dashboard"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e83b8815174fcea36805f29115fb99c4ed335451b5bad923a682b77e220a5af2",
"md5": "be78679a9c711f3ca136b57471f921a9",
"sha256": "eff4a4bb11e44e3c1d06f6323f464070b185a4dbbb98ef5177bae8c33dd6675c"
},
"downloads": -1,
"filename": "elegantmotd-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "be78679a9c711f3ca136b57471f921a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 8570,
"upload_time": "2024-05-30T11:48:34",
"upload_time_iso_8601": "2024-05-30T11:48:34.319343Z",
"url": "https://files.pythonhosted.org/packages/e8/3b/8815174fcea36805f29115fb99c4ed335451b5bad923a682b77e220a5af2/elegantmotd-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2dbeb4301006e7597ec09136040d24af87b4baeb0d55e69369b22ce5dd7af8ca",
"md5": "a9779e9b330d98429676bb2c5a913363",
"sha256": "9bb8730c8eb52d0778a20f1485a0de803d7e479a6ac115931c03765112e0c7ea"
},
"downloads": -1,
"filename": "elegantmotd-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "a9779e9b330d98429676bb2c5a913363",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 5603,
"upload_time": "2024-05-30T11:48:35",
"upload_time_iso_8601": "2024-05-30T11:48:35.235462Z",
"url": "https://files.pythonhosted.org/packages/2d/be/b4301006e7597ec09136040d24af87b4baeb0d55e69369b22ce5dd7af8ca/elegantmotd-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-30 11:48:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "emerick-biron",
"github_project": "elegantmotd",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "elegantmotd"
}