Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmork2/kvnm
Simple network manager
https://github.com/gmork2/kvnm
kivy networking python
Last synced: about 2 months ago
JSON representation
Simple network manager
- Host: GitHub
- URL: https://github.com/gmork2/kvnm
- Owner: gmork2
- License: gpl-3.0
- Created: 2019-03-20T07:47:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T16:50:40.000Z (8 months ago)
- Last Synced: 2024-04-23T11:17:11.870Z (8 months ago)
- Topics: kivy, networking, python
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# KvNM
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Simple network manager used for demonstration purposes.
![photo](images/kvnm.png)
## Getting Started
KvNM aims to provide useful and detailed information about your system
and network.### Requirements
* Python 3.6+
* [Kivy](https://kivy.org/docs/gettingstarted/installation.html)
1.10.1 and Cython 2.25.2
* [PyGI](https://pygobject.readthedocs.io/) 3.26.1 provides bindings
for GObject.
* [GLib](https://developer.gnome.org/glib/) 2.46 and
[girepository](https://wiki.gnome.org/Projects/GObjectIntrospection)
for object publication support.
* [xclip](https://github.com/astrand/xclip) provider to X selections
("clipboard").### Installation
Python dependencies:`pip install -r requirements.txt`
## Authors
* **Fernando M** - https://bitbucket.org/gmork2/
## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE
Version 3 - see the [LICENSE](LICENSE) file for details.