728x90 Tkinter3 Tkinter - CustomTkinter, pyinstaller 빌드 후 blue.json 에러 해결 방법 pyinstaller -F --collect-all customtkinter -w --collect-all customtkinter 옵션을 추가한다. 출처: https://stackoverflow.com/questions/75872305/how-to-get-the-correct-path-to-a-json-file-from-the-customtkinter-module How to get the correct path to a json file from the customtkinter module I made my GUI using customtkinter. I used auto-py-to-exe to make it an file. The exe file doesn't open because of an th.. 2023. 8. 13. Tkinter - 현대적인 UI 디자인 CustomTkinter CustomTkinter 설치 명령어 pip install customtkinter 깃허브 주소 https://github.com/TomSchimansky/CustomTkinter GitHub - TomSchimansky/CustomTkinter: A modern and customizable python UI-library based on Tkinter A modern and customizable python UI-library based on Tkinter - GitHub - TomSchimansky/CustomTkinter: A modern and customizable python UI-library based on Tkinter github.com CustomTkinter 공식 사이트(Doc.. 2023. 8. 13. tkinter - 참고 위키 문서(점프 투 파이썬) https://wikidocs.net/132610 106 그래픽 사용자 인터페이스를 만들려면? ― tkinter tkinter는 파이썬에서 Tcl/Tk 툴킷을 사용하는 데 필요한 인터페이스 모듈이다. Tcl은 파이썬과 같은 스크립트 언어이고 Tk는 Tcl을 위한 GUI 툴킷이다. [ ... wikidocs.net https://076923.github.io/posts/Python-tkinter-1/ Python tkinter 강좌 : 제 1강 - GUI 생성 tkinter 076923.github.io 2022. 6. 28. 이전 1 다음 728x90