This is a GUI version of the i-net WiFi Daemon for Linux, built using Python and Qt Designer. The application allows you to manage and interact with Wi-Fi networks seamlessly through a user-friendly interface.
- Simple and intuitive GUI to control Wi-Fi daemon functionalities.
- Python backend that interacts with the i-net WiFi Daemon services.
- Qt Designer is used for the graphical user interface.
- Currently, the application needs to be run by executing the
main.py
file.
Make sure you have the following installed:
- Python 3.x
- PyQt6 (for GUI components)
- i-net WiFi Daemon (configured for Linux)
You can install the required Python libraries using pip:
pip install pyqt6
Clone this repository to your local machine:
git clone https://github.com/smolvamp/iwd-manager.git
Navigate to the project directory:
cd iwd-manager
Make sure to have all the dependencies installed (as mentioned above):
pip install -r requirements.txt
Usage
To run the GUI application, execute the main.py file using Python:
python main.py
The GUI window will appear, allowing you to interact with the Wi-Fi daemon features.
Enhanced features: We are working on adding more functionalities like automatic reconnection, network statistics, and more.
Contributions are welcome! If you'd like to contribute to the project, follow these steps:
Fork the repository. Create a new branch for your changes. Make your changes and test them. Submit a pull request.
This project is licensed under the MIT License