This is a Python script that generates an ASCII art video by converting each frame of a video into an ASCII art representation.
- Clone this repository:
git clone https://github.com/example/ascii-video-generator.git
- Install the required libraries:
pip install -r requirements.txt
- Run the script:
python _main_.py <file_path>
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.
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.
Here's an example of how to use the script:
python3 _main_.py example.mp4
- Since version 2.0 the script is now also compiled to an .exe file using PyInstaller.
- Run The Script:
_main_.exe <file_path>
This project is licensed under the MIT License.