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?
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!
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.