python_pypercard_fun v.0.1.0
A project with a few fun, simple python pypercard applications.
Exploring the potential of pypercard. More details on the pypercard project can be found here.
$ git clone https://github.com/kittyengineer/python-pypercard-fun.git
$ cd python-pypercard-fun
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
- Temperature Converter
- This tool was taken from the pypercard project tutorials listed here.
$ python python_pypercard_fun/temp_conversion.py
- Trick or Treat
- This is the starting point for a choose your own adventure game. It may be a bit too deadly at the moment. More work required.
$ python python_pypercard_fun/trick_or_treat.py
$ python setup.py test
- python 3.6+
- virtualenv
- pypercard
python_pypercard_fun
was written by Kitty Engineer <kittyengineerrocks@gmail.com>
_.