raspi gpio web server
1.0.0
The Python CGI Script to Control the LED.
Here is the documentation generated by MkDocs from the docstrings in the code.

$ git clone https://github.com/KeitetsuWorks/raspi-gpio-web-server.git gpio-web-server
$ cd ./gpio-web-server/
$ pyenv virtualenv 3.7.7 py37-gpio # Optional
$ pyenv local py37-gpio # Optional
$ pip install -r requirements.txtRun the Python script
$ python gpio-web-server.pyAccess the server with a web browser
http://your_raspi_ip_address:5000/Press Ctrl + c on the terminal to exit