Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.16 KB

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.