Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.78 KB

README.md

File metadata and controls

60 lines (45 loc) · 1.78 KB

🐾 Hybrid Creature Generator

Overview

The Hybrid Creature Generator is a fun Python-based program that allows users to input two creature names. The program generates a unique hybrid creature name (like UniRex or Tyrannocorn), and provides details about the creature, such as its weight and diet. Additionally, an ASCII art checkmark confirms the successful creation of the hybrid creature.

Features

  • Generate a unique hybrid creature name by combining two user-provided creature names.
  • Randomly generate weight (in lbs) for the new creature.
  • Randomly assign a preferred diet for the creature from a list of fun options.
  • Display an ASCII checkmark to confirm successful creation of the creature.

Example Output

_______  

/
/ ____
/ / \ |
/ / \ | \ | |

_______/

How to Run

  1. Clone this repository:

    git clone https://github.com/your-username/hybrid-creature-generator.git
  2. Navigate to the project directory:

    cd hybrid-creature-generator
  3. Run the program:

    python hybrid_creature_generator.py
  4. Follow the prompts:

    • Enter two creature names and see the magic happen!

Future Improvements

  • Implement a graphical user interface (GUI) using Tkinter to display a graphical checkmark.
  • Expand diet options with more customizable features.
  • Include more details for the creature, such as habitat or special abilities.

Technologies Used

  • Python

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request for new features or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Enjoy creating your hybrid creatures! 🦄🦖