converter pdf, docx, png, jpg, csv, json and html files
Program with a graphical interface made in kivy, you select if you want to convert just one file or all files in a folder with subdirectories or no, then select the respective directory where the files are and finally which and to what format you want to convert.
i saw somme one on uptowork asking for a file conversor that can convert all files in a folder, actualy exists a lot of online conversors but to convert you need to put just some files, so, if you have a big amount of files to convert that will take a lot of time, so i decided to develop it. This project is part of my personal portifolio, so, i will be happy if you could give me a feedback about project structure, code or anything you can report that can make me a better developer!
Also, you can contribute and use this project for anything.
first you need to clone the repository to your machine, so, open terminal and paste:
git clone https://github.com/ThiagoA20/File-converter.git
after go to folder with cd File-converter, and finnaly active the virtualenv to load the necessary external libraries:
source bin/activate
when this is done the command python3 main.py will be avaliable

