Metadata-Version: 2.4
Name: bart-simpson
Version: 0.1.3
Summary: eat short
Author-email: Josh Turton <josh@adelaidethegame.org>, Jaymian Turner <jaymianturner@gmail.com>, Thomas Searle <tomess123@outlook.com>
Project-URL: Homepage, https://github.com/thejtzone/bart-simpson
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

**Demonstration of print outputs from BartSimpson.py**

<img width="402" height="746" alt="Demonstration of print outputs from BartSimpson.py" src="https://github.com/user-attachments/assets/1d06284d-3e28-4e5d-8769-a1f2a39e0e8e" />

---

**Usage code for generating ASCII texts with BartSimpson.py**

<img width="353" height="138" alt="Usage code for generating ASCII texts with BartSimpson.py" src="https://github.com/user-attachments/assets/863e939f-a9c3-4a0b-b27c-e97ad19324e9" />

---

**All functions:**

**BartSimpson.catchphrase()** - Makes him say his well renowned catchphrase of "eat short"

**BartSimpson.get(message: str, show_name: bool)** - Generates and returns the ASCII art of Bart saying the inputted message.

**BartSimpson.say(message: str) - Runs the BartSimpson.get()** method and prints the result.

**BartSimpson.set_name(name: str)** - Updates the name associated with the BartSimpson.get() method
