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
- Host: GitHub
- URL: https://github.com/enoobis/wifi-connector
- Owner: enoobis
- Created: 2023-03-21T10:18:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T10:21:41.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:39.939Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.