Amazfit Bip Font Creator 5 - 실행 파일 생성
Amazfit Bip Font Creator 5 - 실행 파일 생성 실행 파일은 pyinstaller 로 생성합니다. 먼저 pyinstaller 를 설치합니다. 1$ pip install pyinstaller 이 후 pyinstaller 파일명 을 입력하여 exe파일을 생성할 수 있습니다. 여기서 몇 가지 옵션을 사용합니다. 1$ pyinstaller
Amazfit Bip Font Creator 5 - 실행 파일 생성 실행 파일은 pyinstaller 로 생성합니다. 먼저 pyinstaller 를 설치합니다. 1$ pip install pyinstaller 이 후 pyinstaller 파일명 을 입력하여 exe파일을 생성할 수 있습니다. 여기서 몇 가지 옵션을 사용합니다. 1$ pyinstaller
Amazfit Bip Font Creator 4 - 폰트 생성 쓰레드 초기화가 끝났으면, font_creator_thread.start()로 run을 실행합니다. 123456789101112class FontCreator(QThread): # 생략 def run(self): self.set_progress_text.emit(&qu
Amazfit Bip Font Creator 3 - 쓰레드 실행 쓰레드 생성 12345678910111213141516171819202122232425262728293031# bip_font_creator.pyimport osimport binasciiimport globimport shutilfrom PyQt5.QtCore import QThread
Amazfit Bip Font Creator 2 - 이벤트 구현 Select TTF file 버튼 이벤트 Font File Create 버튼 이벤트 Select TTF file 123456class AmazfitBipFontCreator(QMainWindow): # .. 생략 .. def get_create_box(self):
Amazfit Bip Font Creator 1 - UI 구성 Amazfit Bip 에서 사용할 폰트를 생성합니다. Qt5를 사용하여 UI를 생성합니다. Qt5 사용 QT에서 UI를 생성할 경우 QMainWindow를 사용시에는 Widget을 생성하고 setCentrlWidget을 호출해야 합니다. 123456class AmazfitBipFontCrea
추천 무료 폰트 사이트 폰트클럽 : http://www.fontclub.co.kr 윤디자인연구소 : http://yoonfont.co.kr 폰트릭스 : http://www.fontrix.co.kr 좋은글자 : http://www.goodfont.kr 아시아 폰트 : http://www.asiafont.com 헤움 : http://www.heumm.com