Skip to content

Commit 6b3a204

Browse files
author
Bryan Howard
committed
moving buymecoffeedown
1 parent 9577f6c commit 6b3a204

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ This project implements a node-based visual programming environment for Python c
88

99
The core architecture follows a **"Code as Nodes"** approach where input and output pins are automatically generated by parsing Python function signatures and type annotations. This eliminates manual pin configuration and enables rapid prototyping of data processing pipelines. The Markdown file format stores graph topology, node positioning, code content, and environment requirements in a structured format that can be processed by both the application, external tools, and large language models (LLM's).
1010

11-
<div align="center">
12-
13-
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Support%20Development-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/bryanhoward)
14-
15-
*If PyFlowGraph has been helpful to you, consider supporting its development!*
16-
17-
</div>
18-
1911
---
2012

2113
## Features
@@ -308,3 +300,11 @@ PyFlowGraph features advanced virtual environment management:
308300
## License
309301
310302
This project is licensed under the MIT License. See the `LICENSE` file for details.
303+
304+
<div align="center">
305+
306+
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Support%20Development-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/bryanhoward)
307+
308+
*If PyFlowGraph has been helpful to you, consider supporting its development!*
309+
310+
</div>

0 commit comments

Comments
 (0)