![]() |
GUI Development using python - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html) +--- Thread: GUI Development using python (/thread-22676.html) |
GUI Development using python - vajra11kumar - Nov-22-2019 Hi I want to make web application using python programming. I don't want to use htmls css and java script to create UI for web application. I use windows 10 operating system. I don't want other library such as tkinter qt5 How to develop GUI using (HTML + Javascript) with python ? RE: GUI Development using python - Larz60+ - Nov-22-2019 what is your objection to using libraries. If you want to write a web site without python libraries, why complicate the task by adding python, just use HTML and JavaScript and a text editor. You can create some pretty elaborate websites using Flask and python, but that requires installing flask, and then flask_sqlalchemy, and flask_wtf, and flask_sqlalchemy and more. |