Skip to content

mrdeephang/asciify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asciify

Transform videos into mesmerizing ASCII art, right in your terminal.

Preview

Image

Features

  • Real-time video playback as ASCII art
  • Adaptive FPS and terminal width control
  • Simple, lightweight Python implementation
  • No external players needed

Quick Start

# Clone and navigate
git clone https://github.com/mrdeephang/asciify.git
cd asciify

# Set up environment
python3 -m venv venv
source venv/bin/activate(linux,macOS)  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

Usage

python main.py

Follow the prompts to:

  • Specify video path (default: video.mp4)
  • Set terminal width (optional)

Press Ctrl+C to stop playback.

Requirements

  • Python 3.9+
  • opencv-python
  • numpy

License

MIT © Deephang Thegim

About

Transform ordinary videos into terminal art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages