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
Amazfit bip 한글화 한글화 미핏을 사용하는데, 3.3.1 버전부터는 자동 펌웨어 업데이트가 되므로, 3.3.0 버전을 사용해야 합니다. (이 부분을 몰라, 한글화 작업을 2번해야 했습니다…) 다운로드 Mi Fit 3.3.0 APK Download by Anhui Huami Information Technology Co.,Ltd. - APKM