Westley Jacobsen
Westley Jacobsen

Reputation: 11

I want to make a app in Python and have the front end in HTML and CSS

Is there anyway I can make a app. With the back end in python. And the front end in HTML and css

I've tried some of the GUI libraries for python and they all are not that good

Edit: Found what I wanted https://github.com/IanTerzo/Neutron

Upvotes: 1

Views: 942

Answers (2)

Md. Almas Ali
Md. Almas Ali

Reputation: 1

You can try Fronty for developing the frontend with only Python. No need to worry about HTML and CSS files.

Upvotes: 0

Python doesn't have built-in mobile development capabilities, but there are packages you can use to create mobile applications, like Kivy, PyQt, or even Beeware's Toga library. These libraries are all major players in the Python mobile space.

Upvotes: 1

Related Questions