You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# royalroad-fetchAndConvert
2
-
Automatically download a royalroad story, convert it to kindle format and push it to the device.
2
+
Automatically download a royalroad story, optionally convert it to kindle format and push it to the device.
3
+
4
+

3
5
4
6
5
7
# Features
@@ -11,6 +13,19 @@ Automatically download a royalroad story, convert it to kindle format and push i
11
13
* Support CSS rules for different stories (e.g. "Everybody Love Large Chest")
12
14
* Convert the story in the azw3 format, and push it to the kindle.
13
15
16
+
17
+
# GUI
18
+
19
+
Download the released graphical version. For now, only the downloading is supported. The ebook generated need to be given to Calibre to convert it & to push it to your device.
20
+
21
+
## Developpement
22
+
23
+
The GUI has been developped with Tkinter. Specifically, [customtkinter](https://github.com/tomschimansky/customtkinter). All the front end is inside the file ``gui_rfetcher.py``.
24
+
25
+
The release is made by following this [official](https://customtkinter.tomschimansky.com/documentation/packaging) tutorial.
0 commit comments