Metadata-Version: 2.1
Name: farmgbm12
Version: 0.2.0
Summary: Package Simulates Geometric Brownian Motion
Author: Farmer122
Author-email: 94114999+Farmer122@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# FarmGBM12

## Overview
FarmGBM12 simulates 1D Brownian Motion and plots displacement over time for the D400 Research Computing course.

## Installation
Ensure Python is installed. Install packages with:
```bash
pip install -r requirements.txt
```

## Usage
1. Clone the repository:
    ```bash
    git clone https://github.com/Farmer122/farmgbm12.git
    ```
2. Navigate to the project directory:
    ```bash
    cd farmgbm12
    ```
3. Run the scripts or notebooks.

## Contributing
Fork the repository and submit a pull request.

## License
MIT License.

## Contact
Questions? Contact Jamal Lawal at jamallawal1000@gmail.com

