Ribbet is a package that introduces users to Ribbet the frog, a virtual pet that cheers up the user based on different commands. Let's eat bugs together!
Project description
🐸 FrogPy: Python Package
We are building a frog 🐸 named Ribbet, a virtual pet that has multiple behaviors that can be called upon each with their own unique message/response.
NOTE: This is a python packaged that can be installed and utilized in your terminal. This is not a python package that can be imported into a python file.
The unique responses will be:
- -h/--help: List of commands
- hello(name): "🐸: Hi there (name)"
- encourage: "🐸: You are the smartest frog in the pond!",
"You got this! Leap by leap!" or
"You are amazing!" selected based on the frog's mood! (randomly) - frogmode: "🐸: I EAT BUGS, let's eat bugs together"
- feed(snack): "🐸: Thanks for the sweet little treat! (snack) is yummy! Nom nom nom"
- kill(anything): "🐸: I killed (anything) for you! You are safe now!" or
"I don't like (anything), I only eat yummy snacks! nom nom nom" selected based on the frog's mood! (randomly) - bye(name): "🐸: Bye bye (name), go catch some flies for me!"
Install
Install the ribbet module using pip
pip install ribbet
Usage
Call ribbet from the command line to interact with your virtual frog while coding.
To access menu with all functions:
ribbet
Functions:
- hello
ribbet hello {name}
- encourage
ribbet encourage
- frogmode
ribbet frogmode
- feed
ribbet feed {snack}
- kill
ribbet kill {anything}
- goodbye
ribbet goodbye {name}
Command Examples
- hello
Your-MacBook-Pro:Documents username$ ribbet hello Name
🐸: Hi there Name!
- encourage
Your-MacBook-Pro:Documents username$ ribbet encourage
🐸: You are amazing!
- frogmode
Your-MacBook-Pro:Documents username$ ribbet frogmode
🐸: I EAT BUGS, let's eat bugs together
- feed
Your-MacBook-Pro:Documents username$ ribbet feed worm
🐸: Thanks for the sweet little treat! Worm is yummy! nom nom nom
- kill
Your-MacBook-Pro:Documents username$ ribbet kill bugs
🐸: I don't like bugs, I only eat yummy snacks! nom nom nom
- goodbye
Your-MacBook-Pro:Documents username$ ribbet goodbye Name
🐸: Bye bye Name, go catch some flies for me!
Contributors
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
Built Distribution
File details
Details for the file ribbet-0.1.2.tar.gz
.
File metadata
- Download URL: ribbet-0.1.2.tar.gz
- Upload date:
- Size: 42.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77d6aa3d7af7da09bec3211b25c2da4446a83f6111b934854dd701e414e690e4 |
|
MD5 | b84b143939b4b028650db72f1b35ddcc |
|
BLAKE2b-256 | 3f9c56a41715ee592c157e12e9590db09d55fbdbad5624094ecaa0f6bdc76295 |
File details
Details for the file ribbet-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ribbet-0.1.2-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc5daac3943461b9adce3368b59889f08b619d33ac4004a6aaad964dc72ae60c |
|
MD5 | 72cedeaffc7a450c733cb6f3e42acde3 |
|
BLAKE2b-256 | d5ca60f9064d099ccc4172e79706940d337a818786dee58e05d45e84168747f8 |