Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.8 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.8 KB

Static Badge GitHub commit activity (branch)

Python File Converter

This is a simple python script, to convert image files extensions 🐍.

Installation

Clonse the repository

git clone https://github.com/camilo-zuluaga/python-file-converter.git

Install the requirements using pip.

pip install -r requirements.txt

Usage

Run the main.py file to start the script. U can convert files with the following extensions:

JPG - PNG - WEBP - ICO - PDF

Preview

    _______ __        ______                           __
   / ____(_) /__     / ____/___  ____ _   _____  _____/ /____  _____
  / /_  / / / _ \   / /   / __ \/ __ \ | / / _ \/ ___/ __/ _ \/ ___/
 / __/ / / /  __/  / /___/ /_/ / / / / |/ /  __/ /  / /_/  __/ /    
/_/   /_/_/\___/   \____/\____/_/ /_/|___/\___/_/   \__/\___/_/     


Made by: [https://github.com/camilo-zuluaga]

Welcome to File converter!, this is a simple script to convert your document´s extension.
These are the supported extensions [JPG, PNG, PDF, ICO, WEBP].

Do you wanna convert any files? [Y/N]: Y

These are the options below!:
1 -- From [JPG -> PNG]
2 -- From [PNG -> JPG]
3 -- From [PNG/JPG -> ICO]
4 -- From [PNG/JPG -> PDF]
5 -- From [PNG/JPG -> WEBP]
6 -- From [WEBP -> PNG]
7 -- From [WEBP -> JPG]
8 -- From [ICO -> JPG]
9 -- From [ICO -> PNG]

···> 

Errors

If any error appears while installing requirements.txt, you can look up the packages and install them manually.

Contributing

Pull requests are welcome, always want to learn something new from other developers!.