🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

balladeer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balladeer

Web-enabled interactive fiction framework.

0.60.0
PyPI
Maintainers
1

Overview ::::::::

Balladeer_ is a Python package for creating web-enabled interactive screenplay.

For tutorials and updates, please visit the development blog_ site.

An API manual is included in the code repository_ and is available to read online_.

Installation

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

Virtual Environment

#. First make a fresh Python virtual environment::

python3 -m venv ~/ballad

Packages

#. Update the package manager within it::

~/ballad/bin/python -m pip install -U pip wheel

#. Install (or update) Balladeer::

~/ballad/bin/python -m pip install -U balladeer

Examples

#. Download the repository as a zip file <https://github.com/tundish/balladeer/archive/master.zip>_. Unzip it to a local directory.

#. cd to one of the directories under examples::

cd balladeer/examples/ex_00_hello_world

#. Run the example like this::

~/ballad/bin/python -m main

Hello, World!

.. _balladeer: https://pypi.org/project/balladeer/ .. _code repository: https://github.com/tundish/balladeer .. _development blog: https://tundish.github.io/balladeer/ .. _read online: https://balladeer.readthedocs.io/en/latest/index.html

Keywords

speechmark

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts