Needs advice
on
DjangoDjango
and
FlaskFlask

Hey, so I developed a basic application with Python. But to use it, you need a python interpreter. I want to add a GUI to make it more appealing. What should I choose to develop a GUI? I have very basic skills in front end development (CSS, JavaScript). I am fluent in python. I'm looking for a tool that is easy to use and doesn't require too much code knowledge. I have recently tried out Flask, but it is kinda complicated. Should I stick with it, move to Django, or is there another nice framework to use?

READ LESS
GitHub - memegamer138/Startup-success: This repository has all the information about the "Start-up success predictor" project. (github.com)
23 upvotes·1M views
Replies (7)

Try PyQT! Its very boring and plain but if you just need to push a few buttons, change a few sliders, it will do the job!

READ MORE
18 upvotes·1 comment·14.3K views
sunil vaishnav
sunil vaishnav
·
January 3rd 2021 at 7:57AM

thanks for this suggestion

·
Reply
Recommends
on
Django

Django has a built-in admin which can leverage a lot of repetitive stuff, auth framework, etc. But without more details on the type of app, I can't say it will pay the learning process. Django documentation is awesome. Take a look at the Django tutorial, it will help you decide if it is what you are looking for or not.

https://docs.djangoproject.com/en/3.1/intro/tutorial01/

READ MORE
4 upvotes·1.9K views
View all (7)
Avatar of Shakthi Vel