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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,22 @@ PyPDF Builder is built on [Tkinter](https://docs.python.org/3/library/tk.html),
23
23
24
24
```
25
25
pygubu==0.9.8.2
26
+
PyInstaller==3.3.1
26
27
PyPDF2==1.26.0
28
+
Sphinx==1.7.2
27
29
```
28
30
31
+
... and a whole bunch of related dependencies (especially Sphinx is a doozy!).
32
+
29
33
Python 3.6 was used in development… I haven't checked for compatibility with lower versions, so your mileage my vary with anything starting 3.5 on downward.
30
34
35
+
36
+
## Deployment
37
+
38
+
Distributable application for Windows, Linux and Mac OS using pyInstaller or similiar tool. This isn't all too clear yet.
39
+
40
+
Long term: Inclusion in Debian repos for direct installation on end-user systems.
41
+
31
42
## License
32
43
33
44
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
@@ -41,7 +52,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
41
52
-[X] Join Tab Functionality
42
53
-[X] Split Tab Functionality
43
54
-[ ] Refactor to avoid code repetition in save, file info, etc methods
0 commit comments