Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 292 Bytes

Pypals website

All code related to the pypals official website, https://www.pypals.org/

Installation

Dependencies

  • python (3+)

flask

$ sudo pip install flask

To start the server, enter python app.py on your terminal and go to localhost:8000 on any web browser.