New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc