sysmon-pytk


Namesysmon-pytk JSON
Version 0.5.1.post1 PyPI version JSON
download
home_pageNone
SummarySystem monitor app using Tkinter
upload_time2024-04-11 17:40:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Stacey Adams Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords system monitor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # System Monitor for Python/Tk

<!--
SPDX-FileCopyrightText: © 2024 Stacey Adams <stacey.belle.rose@gmail.com>

SPDX-License-Identifier: MIT
-->
<!-- markdownlint-disable MD033 -->

[![GitHub License](https://img.shields.io/github/license/staceybellerose/sysmon-pytk?color=7C4DFF)](https://github.com/staceybellerose/sysmon-pytk)
[![GitHub Release](https://img.shields.io/github/v/release/staceybellerose/sysmon-pytk)](https://github.com/staceybellerose/sysmon-pytk/releases)
[![AppVeyor Build](https://img.shields.io/appveyor/build/staceybellerose/sysmon-pytk/main)](https://ci.appveyor.com/project/staceybellerose/sysmon-pytk/)

[![PyPI - Status](https://img.shields.io/pypi/status/sysmon-pytk)](https://pypi.org/project/sysmon-pytk/)
[![PyPI - Version](https://img.shields.io/pypi/v/sysmon-pytk)](https://pypi.org/project/sysmon-pytk/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sysmon-pytk)](https://pypi.org/project/sysmon-pytk/)

[![REUSE status](https://api.reuse.software/badge/github.com/staceybellerose/sysmon-pytk)](https://api.reuse.software/info/github.com/staceybellerose/sysmon-pytk)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/staceybellerose/sysmon-pytk?logo=codefactor)](https://www.codefactor.io/repository/github/staceybellerose/sysmon-pytk)
[![Maintainability](https://api.codeclimate.com/v1/badges/556c93bf800d0d58e7e4/maintainability)](https://codeclimate.com/github/staceybellerose/sysmon-pytk/maintainability)

System monitor written in Python using Tk. It monitors CPU usage and
temperature, RAM usage, and disk usage of the primary disk (containing the
root partition). It also displays the system's hostname, IP address, uptime,
and current process count.

![Main Window](images/main_window.png)

## Pre-installation

Make sure the Python interface to Tcl/Tk (tkinter) is installed.

[tkinter Installation Instructions](https://github.com/staceybellerose/sysmon-pytk/blob/main/docs/PRE-INSTALLATION.md)

## Install Using pip

```bash
pip install sysmon-pytk
```

Two versions of the program will be installed, a GUI program and a command line
program.

## Run the GUI program

```bash
sysmon
```

or

```bash
gui_sysmon
```

## Run the command line program

```bash
cli_sysmon
```

To get available options for the command line program, use `cli_sysmon -h`.

## Translations

Special thanks to our translators!

| Language         | Code  | Translator |
|------------------|-------|------------|
| German           | de    | Alisyn Arness, [Rainer Schwarzbach](https://github.com/blackstream-x) |
| Spanish          | es    | Stacey Adams (author), [Félix Medrano](https://github.com/robertxgray) |
| Norwegian Bokmål | nb_NO | [Allan Nordhøy](https://github.com/comradekingu) |

## Contributing

Translations are always welcome! The strings to be translated are located in
[app.pot](https://github.com/staceybellerose/sysmon-pytk/blob/main/sysmon_pytk/locale/app.pot)
and
[argparse.pot](https://github.com/staceybellerose/sysmon-pytk/blob/main/sysmon_pytk/locale/argparse.pot).

`argparse.pot` contains standard strings from the Python Standard Library file
`argparse.py` (Python versions 3.9–3.12).

If you want to work on the code, read the
[Development Guide](https://github.com/staceybellerose/sysmon-pytk/blob/main/docs/DEVELOPING.md).
Also, check out the [API Documentation](https://staceybellerose.github.io/sysmon-pytk/).

Contributers are expected to follow our
[Code of Conduct](https://github.com/staceybellerose/sysmon-pytk/blob/main/CODE_OF_CONDUCT.md).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sysmon-pytk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "system monitor",
    "author": null,
    "author_email": "Stacey Adams <stacey.belle.rose@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/35/10/777eb6f0ba711bb4cb7c3bf80ef9b088ace94bc0b85063c7f80f9d61fceb/sysmon_pytk-0.5.1.post1.tar.gz",
    "platform": null,
    "description": "# System Monitor for Python/Tk\n\n<!--\nSPDX-FileCopyrightText: \u00a9 2024 Stacey Adams <stacey.belle.rose@gmail.com>\n\nSPDX-License-Identifier: MIT\n-->\n<!-- markdownlint-disable MD033 -->\n\n[![GitHub License](https://img.shields.io/github/license/staceybellerose/sysmon-pytk?color=7C4DFF)](https://github.com/staceybellerose/sysmon-pytk)\n[![GitHub Release](https://img.shields.io/github/v/release/staceybellerose/sysmon-pytk)](https://github.com/staceybellerose/sysmon-pytk/releases)\n[![AppVeyor Build](https://img.shields.io/appveyor/build/staceybellerose/sysmon-pytk/main)](https://ci.appveyor.com/project/staceybellerose/sysmon-pytk/)\n\n[![PyPI - Status](https://img.shields.io/pypi/status/sysmon-pytk)](https://pypi.org/project/sysmon-pytk/)\n[![PyPI - Version](https://img.shields.io/pypi/v/sysmon-pytk)](https://pypi.org/project/sysmon-pytk/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sysmon-pytk)](https://pypi.org/project/sysmon-pytk/)\n\n[![REUSE status](https://api.reuse.software/badge/github.com/staceybellerose/sysmon-pytk)](https://api.reuse.software/info/github.com/staceybellerose/sysmon-pytk)\n[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/staceybellerose/sysmon-pytk?logo=codefactor)](https://www.codefactor.io/repository/github/staceybellerose/sysmon-pytk)\n[![Maintainability](https://api.codeclimate.com/v1/badges/556c93bf800d0d58e7e4/maintainability)](https://codeclimate.com/github/staceybellerose/sysmon-pytk/maintainability)\n\nSystem monitor written in Python using Tk. It monitors CPU usage and\ntemperature, RAM usage, and disk usage of the primary disk (containing the\nroot partition). It also displays the system's hostname, IP address, uptime,\nand current process count.\n\n![Main Window](images/main_window.png)\n\n## Pre-installation\n\nMake sure the Python interface to Tcl/Tk (tkinter) is installed.\n\n[tkinter Installation Instructions](https://github.com/staceybellerose/sysmon-pytk/blob/main/docs/PRE-INSTALLATION.md)\n\n## Install Using pip\n\n```bash\npip install sysmon-pytk\n```\n\nTwo versions of the program will be installed, a GUI program and a command line\nprogram.\n\n## Run the GUI program\n\n```bash\nsysmon\n```\n\nor\n\n```bash\ngui_sysmon\n```\n\n## Run the command line program\n\n```bash\ncli_sysmon\n```\n\nTo get available options for the command line program, use `cli_sysmon -h`.\n\n## Translations\n\nSpecial thanks to our translators!\n\n| Language         | Code  | Translator |\n|------------------|-------|------------|\n| German           | de    | Alisyn Arness, [Rainer Schwarzbach](https://github.com/blackstream-x) |\n| Spanish          | es    | Stacey Adams (author), [F\u00e9lix Medrano](https://github.com/robertxgray) |\n| Norwegian Bokm\u00e5l | nb_NO | [Allan Nordh\u00f8y](https://github.com/comradekingu) |\n\n## Contributing\n\nTranslations are always welcome! The strings to be translated are located in\n[app.pot](https://github.com/staceybellerose/sysmon-pytk/blob/main/sysmon_pytk/locale/app.pot)\nand\n[argparse.pot](https://github.com/staceybellerose/sysmon-pytk/blob/main/sysmon_pytk/locale/argparse.pot).\n\n`argparse.pot` contains standard strings from the Python Standard Library file\n`argparse.py` (Python versions 3.9\u20133.12).\n\nIf you want to work on the code, read the\n[Development Guide](https://github.com/staceybellerose/sysmon-pytk/blob/main/docs/DEVELOPING.md).\nAlso, check out the [API Documentation](https://staceybellerose.github.io/sysmon-pytk/).\n\nContributers are expected to follow our\n[Code of Conduct](https://github.com/staceybellerose/sysmon-pytk/blob/main/CODE_OF_CONDUCT.md).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Stacey Adams  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "System monitor app using Tkinter",
    "version": "0.5.1.post1",
    "project_urls": {
        "Documentation": "https://staceybellerose.github.io/sysmon-pytk/",
        "Homepage": "https://github.com/staceybellerose/sysmon-pytk",
        "Issues": "https://github.com/staceybellerose/sysmon-pytk/issues",
        "Repository": "https://github.com/staceybellerose/sysmon-pytk"
    },
    "split_keywords": [
        "system",
        "monitor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daaed86c357dc5aa7994cff269cf91bc4efc17ad02d5e878aa995fe5f40fc62f",
                "md5": "930b183af68e433b3c678edc70eb9337",
                "sha256": "f3f52c7c8c4f04cf9902df228b06cd5a95a641b56b6eddb180c0be31a7920c3f"
            },
            "downloads": -1,
            "filename": "sysmon_pytk-0.5.1.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "930b183af68e433b3c678edc70eb9337",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 223183,
            "upload_time": "2024-04-11T17:40:56",
            "upload_time_iso_8601": "2024-04-11T17:40:56.804881Z",
            "url": "https://files.pythonhosted.org/packages/da/ae/d86c357dc5aa7994cff269cf91bc4efc17ad02d5e878aa995fe5f40fc62f/sysmon_pytk-0.5.1.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3510777eb6f0ba711bb4cb7c3bf80ef9b088ace94bc0b85063c7f80f9d61fceb",
                "md5": "840c519f85fd9687920dc67f759a1880",
                "sha256": "cd95b7e8412c1b7d6f1822f6a5ed48ce28cf9c3e1f6e6a84510d01792218e9fd"
            },
            "downloads": -1,
            "filename": "sysmon_pytk-0.5.1.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "840c519f85fd9687920dc67f759a1880",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 157191,
            "upload_time": "2024-04-11T17:40:58",
            "upload_time_iso_8601": "2024-04-11T17:40:58.222664Z",
            "url": "https://files.pythonhosted.org/packages/35/10/777eb6f0ba711bb4cb7c3bf80ef9b088ace94bc0b85063c7f80f9d61fceb/sysmon_pytk-0.5.1.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 17:40:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "staceybellerose",
    "github_project": "sysmon-pytk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "sysmon-pytk"
}
        
Elapsed time: 0.22686s