pyhttps
pyhttps copied to clipboard
Simple python https server creator
pyhttps

Simple python https server creator.
Installation with pip
pip install pyhttps
Installation from source
-
Clone repo:
git clone https://github.com/talhasch/pyhttps && cd pyhttps -
Run:
python setup.py install
Usage
Simply run pyhttps in the terminal
Requires openssl installed. Tested on macOS and Ubuntu.