Skip to content

Releases: VEERT00X/ASCIIPlayer

v1.1.1

20 Jan 00:48
009fc69

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.

v2.0.0

20 Jan 00:49
82d71e3

Choose a tag to compare

ASCII Player

This is a script for generating an ASCII art video by converting each frame of a video into an ASCII art representation.

Important

The following project has reached its end of life and is no longer maintained. No further updates or support will be provided.

Prerequisites

  • Python 3.x
  • pip

Installation

  1. Clone this repository: git clone https://github.com/VEERT00X/ASCIIPlayer.git
  2. Install the required libraries: pip install -r requirements.txt

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.

To run the script, use the following command:

python _main_.py [path_to_video_file]

Customization

  • You can customize the ASCII characters used in the output by modifying the ASCII variable in the script.
  • You can decide whether or not to show the original video alongside the ASCII art by passing the -p or --preview flag when running the script.

License

This project is licensed under the MIT License.

Copyright (c) 2023-2025 VEERT00X

v1.1.0 [Legacy Release]

21 Jun 20:26
5e4e995

Choose a tag to compare

Pre-release

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.

Initial Release [Legacy Version]

21 Jun 20:23

Choose a tag to compare

Pre-release

Caution

This working candidate is not suitable for production use

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>