pybirdsreynolds


Namepybirdsreynolds JSON
Version 2.0.5 PyPI version JSON
download
home_pagehttps://github.com/thib1984/pybirdsreynolds
Summarythis 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.
upload_time2025-08-29 13:53:28
maintainerNone
docs_urlNone
authorthib1984
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thib1984/pybirdsreynolds",
    "name": "pybirdsreynolds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "thib1984",
    "author_email": "thibault.garcon@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/19/0a4c8613fc3532ebddd5d4e0d38926d67c448774e5d486dc37d8c4b43e0f/pybirdsreynolds-2.0.5.tar.gz",
    "platform": null,
    "description": "# pybirdsreynolds\n\nThis 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.\n\n<img width=\"1400\" height=\"566\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ea32ff8e-842e-4c91-bd91-8a6e1d08c536\" />\n\n# Installation/Upgrade \n\n## Prerequisites\n\n- Install Python 3 for your system\n- Install pipx for your system\n\n## Installation \n\n``pipx install pybirdsreynolds``\n\n## Upgrade \n\n``pipx upgrade pybirdsreynolds``\n\n# Use\n\n```pybirdsreynolds```\n\n- If you obtain error about tk, install python3-tk\n``` \nsudo apt install python3-tk #for ubuntu\nsudo pacman -S tk #for arch\nbrew install python-tk #for mac\n```\n\n# Documentation and options\n\n```pybirdsreynolds --help```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "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.",
    "version": "2.0.5",
    "project_urls": {
        "Homepage": "https://github.com/thib1984/pybirdsreynolds"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e1db46ca36c090de653e66e08e258e1925566dec8aee515bc135517c3c7834e",
                "md5": "90cd34d95b22ba9d649011a95094bdfb",
                "sha256": "d73ac9e628addcf5e21f10cc8d46c812128776e44db757ed13ab7575f414cdaf"
            },
            "downloads": -1,
            "filename": "pybirdsreynolds-2.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90cd34d95b22ba9d649011a95094bdfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20114,
            "upload_time": "2025-08-29T13:53:25",
            "upload_time_iso_8601": "2025-08-29T13:53:25.403007Z",
            "url": "https://files.pythonhosted.org/packages/8e/1d/b46ca36c090de653e66e08e258e1925566dec8aee515bc135517c3c7834e/pybirdsreynolds-2.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc190a4c8613fc3532ebddd5d4e0d38926d67c448774e5d486dc37d8c4b43e0f",
                "md5": "f482a01c9186e353a737e4d83ece6408",
                "sha256": "52a4904d1930b8967877ada29336fa1e77cb5c307ee9209c11df4ade8aea8ce9"
            },
            "downloads": -1,
            "filename": "pybirdsreynolds-2.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f482a01c9186e353a737e4d83ece6408",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17271,
            "upload_time": "2025-08-29T13:53:28",
            "upload_time_iso_8601": "2025-08-29T13:53:28.378667Z",
            "url": "https://files.pythonhosted.org/packages/fc/19/0a4c8613fc3532ebddd5d4e0d38926d67c448774e5d486dc37d8c4b43e0f/pybirdsreynolds-2.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 13:53:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thib1984",
    "github_project": "pybirdsreynolds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pybirdsreynolds"
}
        
Elapsed time: 0.54548s