PyHP is a Python script that can be used to write Python code in HTML, then execute it and render it to a page.
To use this project, install it using pip:
pip install python-hypertext-preprocessor
Alternatively, clone the repository and install the dependencies:
git clone https://github.com/Benjymack/pyhp.git
cd pyhp
pip install -r requirements.txt
To run a simple Flask server with the pip installed version, use the following command:
python -m pyhp server path/to/directory
If you cloned from GitHub:
python -m src.pyhp server examples
In both cases, the server will be available at http://localhost:5000/
To run an individual example file, use the following command:
python -m pyhp file path/to/file.pyhp