by @pyCourseKMITL2017
- Install Python Packages via pip
python3 -m pip install -r requirements.txt
- Put your information in data.py
- Run app
$ python3 app.py
- Now you can see your profile @ 'http://localhost:9000/' (Open this link on browser!)
- run the command..
$ python3 export_html.py
- Now, you got your index.html
- Commit and push to your github repository
- Now you can see your profile @ 'https://YOURUSERNAME.github.io/myprofile/'