The methods are a project created for the subject of numerical analysis, based on books such as
- Matemáticas para Ingeniería. Métodos numéricos con Python (2017)
- Análisis numérico / Richard L. Burden, J. Douglas Faires
Download .exe and execute link
or
With Python 3.8.7 run each command in your terminal from windows
python -m venv env
cd env/Scripts
activate.bat //In CMD or
Activate.ps1 //In Powershel
cd ..
cd ..
pip install -r requirements.txt
Look at examples here
To close project
deactivate
pyinstaller.exe --onefile --windowed --icon=icons/icon.ico --name='The methods' main.py