Skip to content

ASCII Video Generator is a Python script that allows users to convert video frames into ASCII art for creative visualization. Using OpenCV and Pillow libraries, the script processes video frames and replaces them with a set of predefined ASCII characters

License

Notifications You must be signed in to change notification settings

VEERT00X/ASCCIplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Video Generator - Player

This is a Python script that generates an ASCII art video by converting each frame of a video into an ASCII art representation.

Installation

  1. Clone this repository: git clone https://github.com/example/ascii-video-generator.git
  2. Install the required libraries: pip install -r requirements.txt
  3. Run the script: python _main_.py <file_path>

Usage

The script takes the path of the video file as an argument. If no argument is provided, the script will prompt for the file path.

The generated ASCII art video will be displayed in the terminal.

Customization

You can customize the ASCII characters used in the output by modifying the ASCII variable in the script.

You can also customize the width of the ASCII art by modifying the new_width parameter in the generate function.

Example

Here's an example of how to use the script:

python3 _main_.py example.mp4

PyInstaller

  • Since version 2.0 the script is now also compiled to an .exe file using PyInstaller.
  • Run The Script: _main_.exe <file_path>

License

This project is licensed under the MIT License.

About

ASCII Video Generator is a Python script that allows users to convert video frames into ASCII art for creative visualization. Using OpenCV and Pillow libraries, the script processes video frames and replaces them with a set of predefined ASCII characters

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages