Metadata-Version: 2.4
Name: pybirdsreynolds
Version: 1.99.20
Summary: pybirdsreynolds is an interactive simulation of the Reynolds Boids model.
Home-page: https://github.com/thib1984/pybirdsreynolds
Author: thib1984
Author-email: thibault.garcon@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# pybirdsreynolds

This project is an interactive simulation of the Reynolds Boids model, implemented in Python with Tkinter. It allows you to visualize and experiment with the collective behavior of a flock of virtual birds by adjusting parameters such as cohesion, alignment, separation, speed, and neighborhood radius in real time. The interface also provides several controls (pause, reset, new generation, FPS display, etc.) to easily explore the dynamics of the system.

<img width="1400" height="566" alt="image" src="https://github.com/user-attachments/assets/ea32ff8e-842e-4c91-bd91-8a6e1d08c536" />

# Installation/Upgrade 

## Prerequisites

- Install Python 3 for your system
- Install pipx for your system

## Installation 

``pipx install pybirdsreynolds``

## Upgrade 

``pipx upgrade pybirdsreynolds``

# Use

```pybirdsreynolds```

- If you obtain error about tk, install python3-tk
``` 
sudo apt install python3-tk #for ubuntu
sudo pacman -S tk #for arch
brew install python-tk #for mac
```

# Documentation and options

```pybirdsreynolds --help```
