Python Forum

Full Version: GUI Development using python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
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.