A fun package that displays animals on the terminal with movement and messages.
Project description
pyAnimals-ejh
Table of Contents
Description
A fun package that displays animals on the terminal with movement and messages.
PyPI Page
You can find pyAnimals_ejh on PyPI HERE
Installation
Install pyAnimals_ejh with pip:
pip install pyAnimals_ejh
Check that the package is installed with pip:
pip list
Virtual Environment
Set up the virtual environment:
python3 -m venv venv
source venv/bin/activate
Functions
Parameter for all functions are: animal (str): name of animal.
***Note: Valid animal names include "cat", "bunny", "elephant", "rabbit". Only these can be used with our package.
- move(animal) Moves specified animal across the terminal screen
move("cat")
- race(animal) Displays race between player and specified animal
race("rabbit")
- randMessage(animal) Prints a random message for the specified animal
randMessage("bunny")
- print_fact(animal) Prints a random fact for the specified animal. Raises: ValueError if no facts are available for the specified animal.
print_fact("elephant")
Example
To run an example implementation of pyAnimals_ejh, use the following command:
python3 example.py
See this example program HERE
Contributing
We welcome contributions to enhance and grow pyAnimals_ejh! Follow these steps to set up the development environment:
- Clone the Repository:
git clone https://github.com/software-students-fall2024/3-python-package-ejh.git
cd 3-python-package-ejh
- Set Up the Virtual Environment
source venv/bin/activate
- Build and Test the Package
python -m build
- Run Tests
- Add New Tests
If you add new functionality, include tests in the tests directory.
Team members
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyanimals_ejh-0.2.0.tar.gz.
File metadata
- Download URL: pyanimals_ejh-0.2.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa28271ee2d7215d258ae2cbb4e45391260934c00a691e8abdf71ef288a51f96
|
|
| MD5 |
7da8e2a831195b546cf14a7e1c4b2827
|
|
| BLAKE2b-256 |
b658c2e4d5b66cd6696d31539f12ec503f646255298285d4c80849d692b260ae
|
File details
Details for the file pyAnimals_ejh-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyAnimals_ejh-0.2.0-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7ebec66eaee05657c98a1e813ae349d6ca758d6ab1edb18f6e7430c9b6119ad
|
|
| MD5 |
f5be772331721bab3193354cd0bfb53b
|
|
| BLAKE2b-256 |
c3548b6ab0f8c30617f158711eb3ad446f98236c785c46904449c6bea1cf43e5
|