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
'Language > Python' 카테고리의 다른 글
[pywebview] pystray를 이용한 hide/show 제어 (0) | 2021.09.12 |
---|---|
[python] global - 전역 변수의 사용 (0) | 2021.09.12 |
[pywebview] subprocess 를 이용한 pywebview 분리 실행 (0) | 2021.09.11 |
[pyinstaller] TypeError: an integer is required (got type bytes) (0) | 2021.09.11 |
Python - pipenv 설정 및 사용 (0) | 2021.06.27 |
Python - pywinauto, Microsoft Windows GUI 제어 자동화 (0) | 2020.02.29 |
Python - PyInspect 설치 및 실행 (0) | 2020.02.28 |
Python - reduce(), 인자를 누적적으로 적용하여 결과를 반환 (0) | 2020.02.23 |