Skip to main content

Web-enabled interactive fiction in Python.

Project description

This is a Python package for creating web-enabled interactive screenplay. For documentation, please visit the development blog site.

Installation

Here are the install instructions for Linux. You need Python version 3.8 or higher.

Virtual Environment

  1. First make a fresh Python virtual environment:

    python3 -m venv ~/balladeer-app

Packages

  1. Update the package manager within it:

    ~/balladeer-app/bin/pip install -U pip wheel
  2. Install (or update) Balladeer:

    ~/balladeer-app/bin/pip install -U balladeer[classic]

Examples

Downloads and Dependencies

  1. Install dependencies:

    ~/balladeer-app/bin/pip install aiohttp
  2. Download the repository as a zip file. Unzip it to a local directory.

Operation

  1. cd to one of the directories under examples:

    cd examples/00_hello_world
  2. Run the example like this:

    ~/balladeer-app/bin/python hello.py
    
    Hello, World!

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

balladeer-0.32.0.tar.gz (228.4 kB view hashes)

Uploaded Source

Built Distribution

balladeer-0.32.0-py3-none-any.whl (236.0 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