Menu

Tree [450a13] master /
 History

HTTPS access


File Date Author Commit
 dist 2015-04-25 Mahmoud Elshobaky Mahmoud Elshobaky [ba3160] add .exe compiler
 LICENSE 2015-04-25 Mahmoud Elshobaky Mahmoud Elshobaky [fc91c7] update license
 MelshoWiFi.py 2015-05-14 Mahmoud Elshobaky Mahmoud Elshobaky [450a13] Fix a bug of starting app for the first time
 MelshoWiFi.spec 2015-04-25 Mahmoud Elshobaky Mahmoud Elshobaky [dccd12] add .spec file to make excutable using pyinstaller
 README.md 2015-05-01 Mahmoud Elshobaky Mahmoud Elshobaky [06659f] update readme
 admin.py 2015-04-23 Mahmoud Elshobaky Mahmoud Elshobaky [e886a4] Add cmd commands to wifi.py and included admin....
 icon.ico 2015-04-24 Mahmoud Elshobaky Mahmoud Elshobaky [56ef22] update name and icon
 share.gif 2015-04-24 Mahmoud Elshobaky Mahmoud Elshobaky [38b207] Add some user instructions
 wifi.py 2015-04-25 Mahmoud Elshobaky Mahmoud Elshobaky [fc91c7] update license

Read Me

README

aWIFIo is a python application for creating and controlling hostednetwork on windows

Components of aWIFIo?

  • MelshoWiFi.py file is the main file and contains the Tkinter GUI code
  • wifi.py file contain the main functions that communicate with cmd to create, start or stop the histednetwork
  • admin.py file makes the app run as adminstrator
  • if you already have python you can use the app directly by launching MelshoWiFi.py

  • any one feel free to fork and contribute . mainly we need to automate ICS (Internet Connection Sharing) from ethernet to the created hotspot by cmd or powershell code.