Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 375 Bytes

pyhttps

screenshot

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.