stepanussaruran/ASCII-Video-Player — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python command line tool that turns normal videos into ASCII art videos. I want to run one script, pick my language at the start, then follow simple prompts to choose a video file, color mode, output width, frame skipping, and background color.

It should preview the ASCII video live in the terminal with nice colored characters, automatically fit the terminal size while keeping the video proportions, and then ask if I want to export the result as an MP4. If I export, let me choose whether to keep the individual PNG frames too or just save the final video.

Please make the workflow friendly for non technical users, with clear messages in English, Spanish, French, Portuguese, German, and Indonesian. Use Python with common video and image libraries, and include simple install and run instructions. Make it work on Windows, macOS, Linux, and Android terminals if possible. Look up current docs online if you need to.

Want more depth? Deep Reverse