Skip to content

Commit

Permalink
Merge pull request #4 from Ethkuil/master
Browse files Browse the repository at this point in the history
Add an optional GUI using Gooey
  • Loading branch information
fireattack committed Dec 20, 2022
2 parents e284688 + 9c678e5 commit ed76dce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gui.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from gooey import Gooey

from chapter_converter import main

Gooey(main, program_name="chapter_converter")() # type: ignore
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
chardet
pywin32
Gooey
pywin32

0 comments on commit ed76dce

Please sign in to comment.