elegantmotd


Nameelegantmotd JSON
Version 0.4.1 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-05-02 22:20:00
maintainerNone
docs_urlNone
authorEmerick Biron
requires_python<4.0,>=3.10
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": 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/18/f0/0a6b2592ddc1f08da3c89a5ec501189b86b8673aede6ac01c719fefe75e6/elegantmotd-0.4.1.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.1",
    "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": "ee99416bca3a97cc1c4e6cdb20c3c90dac8720bd6f49ac1ef79ae73395830730",
                "md5": "104cb5655eac7caf15c5f1bda93d2645",
                "sha256": "af00b84af18760650f893a20d2a18dfd4191e60a72f3fe7e57dfe15b9b175215"
            },
            "downloads": -1,
            "filename": "elegantmotd-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "104cb5655eac7caf15c5f1bda93d2645",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 8748,
            "upload_time": "2024-05-02T22:19:58",
            "upload_time_iso_8601": "2024-05-02T22:19:58.877544Z",
            "url": "https://files.pythonhosted.org/packages/ee/99/416bca3a97cc1c4e6cdb20c3c90dac8720bd6f49ac1ef79ae73395830730/elegantmotd-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18f00a6b2592ddc1f08da3c89a5ec501189b86b8673aede6ac01c719fefe75e6",
                "md5": "d25cd1224f4cbe72c82367f1d76e3cab",
                "sha256": "70209ebeda54a13faca9aadacdea6bd444abf20b4830596df8fdb0202a41288a"
            },
            "downloads": -1,
            "filename": "elegantmotd-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d25cd1224f4cbe72c82367f1d76e3cab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 5719,
            "upload_time": "2024-05-02T22:20:00",
            "upload_time_iso_8601": "2024-05-02T22:20:00.563096Z",
            "url": "https://files.pythonhosted.org/packages/18/f0/0a6b2592ddc1f08da3c89a5ec501189b86b8673aede6ac01c719fefe75e6/elegantmotd-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 22:20:00",
    "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.25606s