Top-level package for asciicast.
Project description
Asciicast: generate asciicasts from Python code
This package provides a Python API to generate asciicasts from Python code.
Installation
pip install asciicast
Demo
Usage
The asciicast
module provides a Asciicast
class that can be used to record
asciicasts from Python code.
Example:
from asciicast.cast import Cast
cast = Cast(typing_delay=0.03)
cast.echo("# How to use asciicast?")
cast.wait(0.5)
cast.type("cat -n examples/demo1.py")
cast.wait(0.2)
cast.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asciicast-0.1.1.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file asciicast-0.1.1.tar.gz
.
File metadata
- Download URL: asciicast-0.1.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a39ae30e5427b5b827cbea34db64c7affcaf984539764a0ca5fa98f4bd61e82c |
|
MD5 | 04a221894365ded060de56ab95d6d66f |
|
BLAKE2b-256 | 423b0b8cffc02bb97386468f83a3cd0a0dfc2e37e2d30cd54adfc7ac5dfae54b |
File details
Details for the file asciicast-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: asciicast-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57e13ad63085463247cd7dbdca85fe9df4dc05e51c74971048bf953be6106881 |
|
MD5 | 13435649fb2d188796b0efc7d3ffa165 |
|
BLAKE2b-256 | 04fd492e035728c796098e2f6474a86ee8e7897517774455c63888658f9c4e4a |