various tools for miscellaneous use
Go to file
2019-05-02 12:57:41 -04:00
python-web-server added version info to the page 2019-04-18 09:30:32 -04:00
README.md added to README 2019-04-03 11:12:27 -04:00
speedtest getting a strange error 2019-05-02 12:57:41 -04:00

misc-tools

Various tools for miscellaneous use.

I have included a simple Python web server to the toolset. In time, I would like to make it more customizable. For now, it will just print the familiar "Hello, World" message. It was designed to have an application I could use for stack development work.

$ python-web-server -h
usage: python-web-server [-h] [-i IP_ADDRESS] [-p PORT] [-d DEBUG]

optional arguments:
  -h, --help            show this help message and exit
  -i IP_ADDRESS, --ip-address IP_ADDRESS
                        IP Address to bind the server
  -p PORT, --port PORT  Port on which to listen for traffic
  -d DEBUG, --debug DEBUG
                        Run in debug mode