Python GUI

Code/Python 2022. 4. 21. 23:34

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

반응형
Posted by codens