BeamSolver

 ____                        _____       _                
|  _ \                      / ____|     | |               
| |_) | ___  __ _ _ __ ___ | (___   ___ | |_   _____ _ __ 
|  _ < / _ \/ _` | '_ ` _ \ \___ \ / _ \| \ \ / / _ \ '__|
| |_) |  __/ (_| | | | | | |____) | (_) | |\ V /  __/ |   
|____/ \___|\__,_|_| |_| |_|_____/ \___/|_| \_/ \___|_|   

This Python file is part of BeamSolver project

The code is written by A. V. G. Campos

A web documentation, can be found here:
https://beamsolver.readthedocs.io/pt-br/latest/

The code is open source and intended for educational and scientific
purposes only. If you use BeamSolver in your research, the developers
would be grateful if you could cite this.

The authors reserve all rights but do not guarantee that the code is
free from errors. Furthermore, the authors shall not be liable in any
event caused by the use of the program.

Installation

To install myfempy manually in your directory, following the steps

  1. Clone/ Download the main code [latest version] from github/beamsolver/main

  2. Unzip the pack in your preferred location

  3. In the beamsolver-main folder, open a terminal and enter with the command:


>> pip install -r requirements.txt

>> pip setup.py install (Win)

>> python setup.py install (Linux)

Welcome to BeamSolver's documentation!

BeamSolver is a Python library for cooks and food lovers that creates recipes mixing random ingredients. It pulls data from the Open Food Facts database and offers a simple and intuitive API.

Check out the usage section for further information, including how to install the project.

Note

This project is under active development.