Python Forum
Can you give me some advices to create a Web GUI for Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you give me some advices to create a Web GUI for Python?
#1
I don't know how can I explain, except Python I don't know other programming languages, but just to give you an idea, I want to create a web GUI, and use it like it were Tkinter or PyQt. I would very like to create a web page where the users can connect and use it. it should be a kind of front-end for my Python programs.

what kind of languages do you advice me to learn? HTML/CSS/JavaScript or PHP? and where can I find a good documentation?
Reply
#2
suggest you follow this tutorial which will take you from start to a finished (and polished) website
https://blog.miguelgrinberg.com/post/the...ello-world
Reply
#3
(Feb-17-2021, 07:52 PM)Larz60+ Wrote: suggest you follow this tutorial which will take you from start to a finished (and polished) website
https://blog.miguelgrinberg.com/post/the...ello-world
ciao Larz60, thanks for your reply. I saw the first video of the course and for me it could be interesting of course but it's not exactly what I want to do. I don't want to write a kind of social, blog or something like that, I want to create a web page like these ones:

[Image: 0ab83e1370600737.jpg]

[Image: a6efb31370600739.jpg]

of course I want to implement also an authentication (a login), but mainly what I want to do is create a GUI for my python codes. I want to interact with some widgets, buttons, entries, labels, and so on.. like you can see in the screenshots, all of them in a web page. it should be just a font-end because the user must not have access to the source codes.
Reply
#4
the social network is just an exercise.

The course contains the foundation necessary for creating any website, including how to create forms as you show in your images.

Some of what you show, may be from a template. The course also show how to use these using free templates from Bootstrap.

Finally, it's free.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Advices to use class or pure functions Jackhammer 2 2,603 Mar-10-2019, 06:50 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020