gui
-
Flet: Python Flutter GUI 앱컴퓨터/파이썬 2022. 8. 30. 20:21
Flet The fastest way to build Flutter apps in Python | Flet Build internal web apps quickly in the language you already know. flet.dev 소개 이 라이브러리는 Flutter 앱을 파이썬으로 쉽게 만들 수 있게 도와준다. 써보니 생각보다 나쁘지 않고 속도도 괜찮다. 여러 플랫폼을 지원하니 사용도 편리하다. 사용 후기 아래처럼 Navigation, ListView, SnackBar 등을 쉽게 만들 수 있었다. 아이콘도 내장되어 있어서 @여기서 찾아쓰면 된다. 참고 @위 직접 만든 예제 소스 Python Flet Study Alfex4936/Flet-Example on GitHub. github.com
-
Python: Streamlit으로 간단 구글 번역기 GUI컴퓨터/파이썬 2020. 10. 24. 23:38
Streamlit Streamlit — The fastest way to create data apps Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful data apps in hours, not weeks. All in pure Python. All for free. www.streamlit.io 1. 소개 streamlit 이란 파이썬으로 쉽게 웹 앱을 만들 수 있게 해주는 라이브러리이다. 주로 이렇게 쓰일 수 있다. 링크 streamlit 공식 소개 영상 Click to copy Copied 설치법 pip install streamlit streamlit hello..