You are not logged in.
Hello,
First excuse my English ^^
I have write a python library for call wifinetctl
wifinetctl provides a command line wrapper for iwlist and /etc/netctl/profile-file that makes it easier to connect the WiFi networks from the command line. The wifi command is also implemented as a library that can be used from Python.
I have no write a documentation, but I start my development with the wifi library (for iwlist and /etc/network/interfaces) and work same
The project URL : https://github.com/ghecko/wifinetctl
The documentation URL : https://wifi.readthedocs.org/en/latest/
Thank's
Offline
Hello,
Wifinetctl is now available in PYPI!
Just ran "pip install wifinetctl"
Offline