elegantmotd


Nameelegantmotd JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/emerick-biron/elegantmotd
SummaryA visually appealing and informative Message of the Day (MOTD) generator for Linux systems.
upload_time2024-02-21 19:22:08
maintainer
docs_urlNone
authorEmerick Biron
requires_python>=3.10,<4.0
licenseMIT
keywords motd system information console dashboard
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "motd,system,information,console,dashboard",
    "author": "Emerick Biron",
    "author_email": "emerick.biron@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/97/006f0448fa21ed58b2323057a2ff2eea3e8c17200ae0d0ac1dfa3c0238a3/elegantmotd-0.4.0.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.0",
    "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": "69eb1c3370c846f5d43383a5536c681ad575bc05540f38136b375424907d21f1",
                "md5": "c48e40e8c03fc078e929c779a66dba97",
                "sha256": "c9f445f47b5a3e96623324bfd8f5cd31f3de219ee50a6ed4896faaf88c486ae4"
            },
            "downloads": -1,
            "filename": "elegantmotd-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c48e40e8c03fc078e929c779a66dba97",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 8637,
            "upload_time": "2024-02-21T19:22:07",
            "upload_time_iso_8601": "2024-02-21T19:22:07.005164Z",
            "url": "https://files.pythonhosted.org/packages/69/eb/1c3370c846f5d43383a5536c681ad575bc05540f38136b375424907d21f1/elegantmotd-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a597006f0448fa21ed58b2323057a2ff2eea3e8c17200ae0d0ac1dfa3c0238a3",
                "md5": "5f1e71d8a251154cc16a12193b55c034",
                "sha256": "a6db695ecd0d22149ffbca7c54083793eaef9417bc89d3ca0b8d5aa6f2173754"
            },
            "downloads": -1,
            "filename": "elegantmotd-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5f1e71d8a251154cc16a12193b55c034",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 5644,
            "upload_time": "2024-02-21T19:22:08",
            "upload_time_iso_8601": "2024-02-21T19:22:08.818063Z",
            "url": "https://files.pythonhosted.org/packages/a5/97/006f0448fa21ed58b2323057a2ff2eea3e8c17200ae0d0ac1dfa3c0238a3/elegantmotd-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 19:22:08",
    "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"
}
        
Elapsed time: 0.20175s