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

https://github.com/enoobis/wifi-connector

this app connects and disconnects from wifi network every 2 seconds
https://github.com/enoobis/wifi-connector

Last synced: 2 months ago
JSON representation

this app connects and disconnects from wifi network every 2 seconds

Awesome Lists containing this project

README

          

# WiFi-Connector
this app connects and disconnects from wifi network every 2 seconds

## Requirements

- Python 3.x
- tkinter library

## How to use

1. Clone this repository or download the `main.py` file.
2. Install the tkinter library if you don't have it already:
```
pip install tkinter
```
3. Open a terminal and navigate to the directory where `main.py` is located.
4. Run the script:
```
python main.py
```
5. Click the "Start" button to connect to the specified Wi-Fi network every 2 seconds.
6. Click the "Stop" button to stop connecting to the Wi-Fi network.