Skip to content
nnnzo edited this page Aug 24, 2020 · 14 revisions

"AFT.py" is a python module. It's made to be used inside another script without taking space."AFT.py" is a python module. It's made to be used inside another script without taking space.

How to Install AFT

To use AFT, it's required to move "AFT.py" in the same directory of your own python script.

How to import it

AFT can be imported by placing the following line of code at the start of your python script.

from AFT_Engine import *

How to use it

AFT can be used in a script by calling the TranslationEngine() function.

Clone this wiki locally