1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

add GUI option to disable processing

This commit is contained in:
StudioEtrange
2021-02-22 00:41:51 +01:00
committed by darodi
parent 9dac000a04
commit 6cd073809e
7 changed files with 3468 additions and 3358 deletions

10
gen_ui_files.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# PREPARE PYTHON ENV
# conda create -n pyqt5 python=3.7
# source activate pyqt5
# pip install pyqt5
pyuic5 gui/KCC.ui --from-imports > kindlecomicconverter/KCC_ui.py
pyuic5 gui/MetaEditor.ui --from-imports > kindlecomicconverter/KCC_ui_editor.py
pyrcc5 gui/KCC.qrc > kindlecomicconverter/KCC_rc.py