useful tools
Find a file
2021-12-21 14:10:09 +01:00
pdftools [fix] exception handling 2021-12-21 14:10:09 +01:00
texttools [feat] Simple Toolbox (#8) 2021-12-19 23:43:44 +01:00
.gitignore [feat] GUI Tool (#3) 2021-12-17 20:26:41 +01:00
README.md [feat] image extractor done (#7) 2021-12-19 22:04:39 +01:00
toolbox.py [fix] exception handling 2021-12-21 14:10:09 +01:00

Tools

SpongeText

Formats the text from your clipboard in alternating upper and lowercase.

PDF-Merger

Merges the selected PDFs and saves the merged PDF to your desired location.

PDF-Splitter

Splits the selected PDF into the individual pages as PDFs and saves them to your desired location.

Image to PDF

Converts selected images to PDFs and saves them to your desired location.

Extract Images from PDF

Extracts all images from the selected PDF and saves them to your desired location.

Build

  • Install Python and PyInstaller
  • Open cmd or PowerShell and go to the location where the executable should be created
  • Run: python -m PyInstaller --onefile -w --name "ExecutableName" "path of .py"
  • .exe is located in the folder dist