The project consists of a continuos animation of a complex plane, a unit circle, a dot which coordinates are being calculated using the Eulers formula, and the formula itself with the according values. The animation ends with a famous Roger Bacon quote about mathematics.
To run the program in medium quality through terminal install manim via their official guide, go to the program's directory and enter
manim -qm eulers-formula.pyor
manim -qm eulers-formula.py EulersFormulainto your terminal.
You can also run the program with docker, in this case use
docker run --rm -it -v "/full/path/to/your/directory:/manim" manimcommunity/manim manim -qm eulers-formula.py