Skip to main content

A tool for prototyping card games

Project description

Skit

A tool for prototyping card games.

Inspired by squib, but I could never quite get my head around Ruby.

Installation

PyPI didn't like the name skit, so it's called skit-game:

pip install skit-game
# or
poetry add skit-game

But the package inside is just called skit.

Usage

See the examples for basic usage.

from skit import Deck

d = Deck(3) # make a deck of 3 cards, default size
d.background('#cccccc') # set a gray background
d.render_png('basic_{index}.png') # render basic_0.png, basic_1.png, and basic_2.png

Credits

  • Andy Meneely for the idea, and for the awesome Squib!
  • game-icons.net for icons used in the examples

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

skit_game-0.1.6.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

skit_game-0.1.6-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page