A simple file converter written in python.
- Download the necessary files with
git clone https://github.com/astra1dev/PowerConverter.git
- Install the required packages with
python -m pip install -r requirements.txt
- Run the script with
python3 main.py
- User-friendly mode
python3 main.py
- Advanced mode
python3 main.py [-h] [-c conversion method] [-f files to convert]
Almost any file can be used as an input format. The following file types are supported as output formats:
Image | Video | Audio |
---|---|---|
PNG | MP4 | MP3 |
JPG | AVI | WAV |
ICO | MOV | |
WEBP | FLV | |
DDS | ||
TGA | ||
TIFF | ||
XBM |