Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.