Skip to content

erthium/converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convertor

A simple library for making easy convertions between different types of files.

License

This project is licensed under the GNU GPL-3.0 license.

Setup

The project is written in Python 3.11.6, although should work on any Python Interpreter above 3.5.x.

It has many dependencies for file manipulation, check the requirements.txt file.

For easy setup, create a python virtual environment and run:

# for ease of use, you can run
make init
# or manually
pip install -r requirements.txt

Project Structure

...will be added soon...