There are only 10 little steps to start
- Install Python 3.4 and newer (v3.6 recommended)
- Install WinPCAP
- Download or clone this repo
pip install --upgrade pip
(Sometimes Flask's dependencies can cause installation errors on pip v9.x.x)pip install -r requirements.txt
- Ensure that there isn't any software running on port 8080
- On Linux/MacOS -
sudo python3 server.py
On Windows -python server.py
(from admin's CMD) - Browser will open automatically in 6-20 seconds, if not - go to http://localhost:8080 manually
- Enjoy!
- Kill it using Ctrl+C in console or closing it's window
P.S. Of course, use pip and python from yours Python3 installation.