Forgify is a command line tool to translate online MtG decklist from Moxfield faster into a file that can be read from forge. This should save you time building your new deck if you have your or any public decklist readily available on Moxfield.
To install, open your terminal and create a new environment. If you use conda:
conda create -n my_env python=3
Then type
pip install git+https://github.com/FelixMoto/Forgify.git
To use just type forgify --help and have a look.
Have fun.