GitHub - kittyengineer/python-pypercard-fun

python_pypercard_fun

python_pypercard_fun v.0.1.0

What?

A project with a few fun, simple python pypercard applications.

Why?

Exploring the potential of pypercard. More details on the pypercard project can be found here.

Installation

$ 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

Tools to try

  1. Temperature Converter
  • This tool was taken from the pypercard project tutorials listed here.
$ python python_pypercard_fun/temp_conversion.py
  1. 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

Testing

Requirements

  • python 3.6+
  • virtualenv
  • pypercard

Future Improvements

Licence

Authors

python_pypercard_fun was written by Kitty Engineer <kittyengineerrocks@gmail.com>_.