first commit

This commit is contained in:
Trullemans Gregory 2021-07-28 22:28:27 +02:00
commit f3d8e3968b
6 changed files with 4639 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# rebook
rebook is a Tcl/Tk based GUI for the PDF conversion tool, k2pdfopt.
rebook depends on python3 and Tcl/Tk 8.6. Tck/Tk with version lower than 8.6 doesn't work.
To check if the dependencies are correctly installed, just run `python3 -m tkinter`.
To run rebook, put k2pdfopt binary and rebook.py under the same directory and run `python3 rebook.py`
rebook is still under developing, feel free to report any issue.

BIN
conversion.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
k2pdfopt Executable file

Binary file not shown.

BIN
log.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

2272
rebook.py Normal file

File diff suppressed because it is too large Load Diff

2356
rebook_2.py Normal file

File diff suppressed because it is too large Load Diff