Simple Python Flask Web Utility

Опубликовано: 12 Сентябрь 2021
на канале: Charles Nichols
50
1

A really simple web app to make changes to a proxy file. This is not fully functional at the moment but
rather an example of the web pieces only.

This will show you how to put together a simple web app in pure Python using Flask with some popular
JavaScript tools. This is much simpler to manage for such a simply tool than a full blown Apache install.
It beats manageing a web server; athough, this an be served in a web server using WSGI if you wanted to.

Install Flask with 'pip install flask' (I would suggest in a virtual environment running Python 3.9)

File structure:

~/proxy
flasky.py
/templates/proxy.html
/templates/help.html
/static/css/ (Bootstrap CSS)
/static/js/ (Bootstrap and Jquery libs)
/static/images/logo-sm.png

Get code here: https://www.darkartistry.com/2021/09/...

Song is Fragments Of Bangkok by Eugenio Mininni on
https://mixkit.co/free-stock-music/am...


На этой странице сайта вы можете посмотреть видео онлайн Simple Python Flask Web Utility длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Charles Nichols 12 Сентябрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 50 раз и оно понравилось 1 зрителям. Приятного просмотра!