├── LICENSE ├── README.md ├── Screenshots ├── Screenshot_1.png └── Screenshot_2.png ├── code ├── README.md ├── pdfguiUtils.py ├── pdfguiWindows.py └── pdfgui_tools.py ├── designer ├── README.md ├── about.ui └── pdfgui_tools.ui ├── desktop └── pdfgui_tools.desktop ├── icons └── pdfguitools.svg ├── install.py ├── man └── pdfgui_tools.1 └── styles └── styles.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/Screenshots/Screenshot_1.png -------------------------------------------------------------------------------- /Screenshots/Screenshot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/Screenshots/Screenshot_2.png -------------------------------------------------------------------------------- /code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/code/README.md -------------------------------------------------------------------------------- /code/pdfguiUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/code/pdfguiUtils.py -------------------------------------------------------------------------------- /code/pdfguiWindows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/code/pdfguiWindows.py -------------------------------------------------------------------------------- /code/pdfgui_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/code/pdfgui_tools.py -------------------------------------------------------------------------------- /designer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/designer/README.md -------------------------------------------------------------------------------- /designer/about.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/designer/about.ui -------------------------------------------------------------------------------- /designer/pdfgui_tools.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/designer/pdfgui_tools.ui -------------------------------------------------------------------------------- /desktop/pdfgui_tools.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/desktop/pdfgui_tools.desktop -------------------------------------------------------------------------------- /icons/pdfguitools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/icons/pdfguitools.svg -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/install.py -------------------------------------------------------------------------------- /man/pdfgui_tools.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/man/pdfgui_tools.1 -------------------------------------------------------------------------------- /styles/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheWatcherMultiversal/pdfgui_tools/HEAD/styles/styles.css --------------------------------------------------------------------------------