简体   繁体   English

我想用 Python 制作一个应用程序,前端使用 HTML 和 CSS

[英]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.后端在 python 中。 And the front end in HTML and css以及 HTML 和 css 中的前端

I've tried some of the GUI libraries for python and they all are not that good我已经尝试了一些 python 的 GUI 库,但它们都不是很好

Edit: Found what I wanted https://github.com/IanTerzo/Neutron编辑:找到我想要的https://github.com/IanTerzo/Neutron

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. Python 没有内置的移动开发功能,但您可以使用一些包来创建移动应用程序,例如 Kivy、PyQt,甚至是 Beeware 的 Toga 库。 These libraries are all major players in the Python mobile space.这些库都是 Python 移动领域的主要参与者。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我希望Python作为前端,Fortran作为后端。我还想让fortran部分并行 - 最好的策略? - I want Python as front end, Fortran as back end. I also want to make fortran part parallel - best strategy? Python:我可以使用HTML / CSS做django项目的前端吗? - Python : Can I do front end of django project using HTML / CSS? 支持前端CSS和HTML的Python GUI? - Python GUI which supports front end as CSS & HTML? 用于python / django编程的前端html / css主题 - Front end html/css themes for python/django programming 在移动应用中结合html前端和python“后端” - combining html front-end and python “back-end” in mobile app 为 windows 桌面应用程序制作前端 GUI - Make front end GUI for windows desktop app Python-具有angularjs前端的Flask服务器,无法在index.html中找到javascript或css文件 - Python - flask server with angularjs front end, can't locate javascript or css files in index.html 我想使用 Tkinter 在 python 中制作基准应用程序 - I want to make a benchmark app in python using Tkinter 我想用我的 python 应用程序(WxPython)制作一个透明的背景框架 - I want to make a transparent BACKGROUND frame with my python app (WxPython) Python后端和html / ajax前端,需要针对我的应用程序的建议 - Python backend and html/ajax front end, need suggestions for my application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM