Examples
Real-world examples and code snippets to help you get the most out of mimitfuelpy.
Basic Examples
- Basic Usage - Simple examples to get started
Running the Examples
All examples are standalone Python scripts that you can run directly:
# Clone the repository
git clone https://github.com/fpetranzan/mimitFuelPy.git
cd mimitFuelPy
# Install the library
pip install -e .
# Run examples
python examples/basic_usage.py
Contributing Examples
We welcome contributions of new examples! Please see our GitHub repository for details on how to submit new examples.