Python GUI
https://wiki.python.org/moin/GuiProgramming
//-------------------------------------
https://github.com/ChrisKnott/Eel - 4.9k
- v0.14.0 , 2020-08
- Electron 방식과 유사
//-------------------------------------
https://github.com/cztomczak/cefpython - 2.6k
- v66.1 , 2021-02
Python bindings for the Chromium Embedded Framework (CEF)
//-------------------------------------
https://github.com/flexxui/flexx - 2.9k
- v0.8.4 , 2021-01
Write desktop and web apps in pure Python
//-----------------------------------------------------------------------------
< pass >
//-------------------------------------
http://pyjs.org/
https://github.com/pyjs/pyjs
https://github.com/pyjs/pyjs/wiki/GettingStarted
- 설치
pip install git+https://github.com/pyjs/pyjs.git#egg=pyjs
python setup.py install
//-------------------------------------
https://justpy.io/
https://github.com/elimintz/justpy - 820
- v0.2.3 , 2022-01
Python Web Framework
https://justpy.io/tutorial/getting_started/
- 설치
pip install justpy
- 예제 파일 jp.py
import justpy as jp
def hello_world():
wp = jp.WebPage()
jp.Hello(a=wp)
return wp
jp.justpy(hello_world)
- 실행
python3 jp.py
- 웹브라우저로 열기
http://127.0.0.1:8000
//-------------------------------------
https://github.com/anvil-works/anvil-runtime - 545
- No Release
//-------------------------------------
https://github.com/epeios-q37/atlas-python - 204
- No Release
'Code > Python' 카테고리의 다른 글
[Python] AnaConda 사용법 , 환경변수 설정 (0) | 2022.07.25 |
---|---|
[Linux] update-alternatives 명령 (php, python 버전 관리) (0) | 2022.05.04 |
python 가상 환경 제어 (0) | 2022.04.21 |
python 스크립트를 실행파일로 만들기 (0) | 2022.04.21 |
Python 3 사용법 정리 (0) | 2020.02.27 |