An attack class for Jack
Project description
Jack Attack
A repository for the purposes of learning to create python libraries and implements the JackAttack class.
Methods for instantiation:
- Install through the Python Package Index
- Cloning this repository directly
PyPi Installation
From your command line, run:
pip install jackattack
Cloning the Repo
In your working directory, use your command line to run:
git clone https://github.com/jackrmcshane/jackattack.git
Usage
from jackattack import JackAttack
jack = JackAttack()
jack.attack()
...
jack.run()
Output
Jack attacks you.
Jack attacks you.
Jack attacks you.
You die.
...
You scare Jack.
He runs away.
Developing jackattack
To install jackattack along with the tools you will need to develop and run tests, run the following in your virtual environment:
pip install -e .[dev]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jackattack-0.0.1.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for jackattack-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb6643307ed2a12d9a678368913816fe5b63390d22be5d6a302ff3fbb671211c |
|
MD5 | 981e21a1918316ad16a323df639ef3ea |
|
BLAKE2b-256 | 7b84f3e6189dacbb494e213b47e35bef6629d4683909857b874e8615fe594701 |