A collection of python scripts to convert between files the goal of this repo is to collect every python possible way to convert a file to another ( pdf to txt .. png to pdf etc...) you can use this repo as a refrence for files conversion in python
- Each folder represents one type to another and vice versa for example in the PDF-TXT folder you will find a way to convert from pdf to text and from text to pdf (both ways)
- Each folder contains sample files
- Sometimes you will find more then a script in the folder with the same purpose for example : PdfToTxt , PdfToTxt2 etc.. these scripts will do the same thing but with a different library or a different way
feel free to contribute by adding more types and extensions or more scripts with different libraries just follow the naming convention no branching required as every file depend on itself
Type | How to name it | example |
---|---|---|
Folder | TYPE-TYPE | PDF-TXT |
Files | TypeToType | PdfToTxt |
Another file with difreent way | TypeToType{{number}} | PdfToTxt2 |