In order to use this applications, it requres you to install a few dependencies. You can install this repository in several ways.
The project uses Python along with a number of pip packages.
To install pip, go to their website and follow their instructions for your own respective operating system. PLEASE MAKE SURE TO INSTALL PYTHON TO PATH IN THEIR INSTALL WIZARD !!!
You can install this project through a terminal using git. By entering this following command
git clone https://github.com/963358/fourier-drawer
Or you can simply download as a zip

The required libraries is located in the requirements.txt file. In order to install the within a terminal, go to the project folder and enter the following command.
pip -r requirements.txt
Alternatively, you can run the setup.sh file inside the project.
For Windows, enter the following command inside your command prompt:
setup.sh
Or Mac users, enter the following command inside your command prompt:
./setup.sh