Language/Python
[pywebview] python 을 이용한 webview
TechNote.kr
2021. 9. 11. 09:42
728x90
1) pywebview 설치
> pip install pywebview
2) 기본 코드 작성
import webview
webview.create_window('TechNote', 'https://technote.kr')
webview.start()
Basic webview implementation · TechNoteGit/pywebview_example@7e5b550 (github.com)
3) 실행
728x90