Skip to content

Releases: VEERT00X/ASCCIplayer

v2.0.0

21 Jun 20:26
5e4e995
Compare
Choose a tag to compare

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.

Legacy Version

21 Jun 20:23
Compare
Choose a tag to compare

The Legacy Relase Of ASCCI player