I cant seem to find an easy to use wifi module that enables connection establishing that works with windows.
Asked
Active
Viewed 2,706 times
1 Answers
0
If you want to manage wirless network in Python, you should refer to the DDL for Wlan API and use ctypes to open it in Python.
You can find an example of such code in this previous question.