Skip to main content

A simple Python package that generates ASCII art of characters saying a given string.

Project description

Charsay

Character Say - A simple Python package that generates ASCII art of characters saying a given string. Currently, it supports Simpsons characters.

🔥 Features

  • Simpsons Characters: Supports Bart, Homer, Marge, Lisa, and Maggie.
  • Customizable Text: Add your own text for the characters to say.
  • ASCII Art: Each character is represented in ASCII art form, inspired by existing Simpsons designs.
  • I'm Feeling Lucky: Initialize character = Charactersay() and call the character.imfeelinglucky() to get fortune cookie messages.

📦 Installation

To install charsay, it's recommended to use a virtual environment to keep dependencies isolated.

1️⃣ Create and Activate a Virtual Environment

🔹 Windows (PowerShell)

python -m venv venv
venv\Scripts\activate

🔹 macOS/Linux (Terminal)

python3 -m venv venv
source venv/bin/activate

2️⃣ Install charsay from PyPI

pip install charsay

3️⃣ Verify Installation

python -c "import charsay; print(charsay.__version__)"

Usage

Here's a basic example of how to use the package:

from charsay import Charactersay   #import Charactersay() class

'horizontal_length' can be any int or float (raises ValueError if otherwise) 'horizontal_length' is an optional parameter (default=60) with a minimum possible value 15 (raises ValueError if otherwise)

from charsay import Charactersay   #import Charactersay() class
character = Charactersay(horizontal_length=x) # initializing object 

'object.string' is the string you want characters to say

character.string = "Hello, world!"

Example usage:

from charsay import Charactersay
character = Charactersay(horizontal_length=50)
character.string = 'English? Who needs that? I’m never going to England.'

character.homer()

🚀 Available Functions

These methods take no arguments. They only need to be called, and will print the 'object.string' assigned earlier ('Hello, world!' if no string was assigned)

from charsay import Charactersay
character = Charactersay()

character.homer() 
character.marge()
character.bart()
character.lisa()
character.maggie()
character.imfeelinglucky() 
    #-->Generates a random character saying a random fortune-quote (ignores 'obj'.string)

🫂 Contributing

Contributions are welcome! Feel free to add more characters or improve existing ones.

🔑 License

This project is licensed under the MIT License.

🤝 Acknowledgments

  • The Simpsons characters are copyrighted by Disney. This project uses ASCII art designs inspired by these characters for non-commercial purposes.
  • ASCII art designs are not original and are based on existing Simpsons designs.

👨‍⚖️ Legal Note

Please be aware that using Simpsons characters without permission may infringe on Disney's copyright. This project is intended for personal, non-commercial use. If you plan to use this project commercially, you should seek permission from Disney or ensure your use falls under fair use provisions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

charsay-0.1.31.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

charsay-0.1.31-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file charsay-0.1.31.tar.gz.

File metadata

  • Download URL: charsay-0.1.31.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for charsay-0.1.31.tar.gz
Algorithm Hash digest
SHA256 33dd46c9cd907c1f9f5dadb20c9673d990eafd99a0b5131fc1b000d173889a64
MD5 32eaf7cad85e8bcec418725e4e7d3205
BLAKE2b-256 e4867abc48682b00743222d02edd51006b4b22d61df1eea60e7e98d321f2328e

See more details on using hashes here.

Provenance

The following attestation bundles were made for charsay-0.1.31.tar.gz:

Publisher: build-and-deploy.yml on kish-0/charsay

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file charsay-0.1.31-py3-none-any.whl.

File metadata

  • Download URL: charsay-0.1.31-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for charsay-0.1.31-py3-none-any.whl
Algorithm Hash digest
SHA256 ada781267ae5892a60e4f750613228926e509f0cfea92e09e33733b55348d239
MD5 606e7533370d86d7c40cb56ee31ed93a
BLAKE2b-256 534dfc2992566a26d8dc3fad04c791c26933382a5fb1201b873fd8afbb3d02f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for charsay-0.1.31-py3-none-any.whl:

Publisher: build-and-deploy.yml on kish-0/charsay

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page