.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/workflows/lint_python.yml | |
|
|
.gitignore | |
|
|
.pylintrc | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
MANIFEST.in | |
|
|
README.md | |
|
|
bin/video-to-ascii | |
|
|
images/8-bit_color_table.png | |
|
|
images/Luminosity.svg | |
|
|
images/LuminosityFunction.svg | |
|
|
images/Simpsons.apng | |
|
|
images/Simpsons.gif | |
|
|
images/Simpsonsv2.gif | |
|
|
images/Strategies.png | |
|
|
images/display-colors.jpg | |
|
|
images/export.png | |
|
|
images/imgBrightnes.png | |
|
|
images/imgPixelImage.png | |
|
|
images/imgPixelSection.png | |
|
|
images/imgResizing.png | |
|
|
images/imgTerminal.png | |
|
|
images/imgVideoFrames.png | |
|
|
images/logo.png | |
|
|
images/logo.svg | |
|
|
requirements.txt | |
|
|
setup.py | 48 | A 0 mins |
|
translations/README_es.md | |
|
|
translations/README_pt-BR.md | |
|
|
translations/README_zh-TW.md | |
|
|
video_to_ascii/__init__.py | 0 | A 0 mins |
|
video_to_ascii/cli.py | 19 | A 0 mins |
|
video_to_ascii/player.py | 21 | A 35 mins |
|
video_to_ascii/render_strategy/__init__.py | 9 | A 0 mins |
|
video_to_ascii/render_strategy/ascii_bw_strategy.py | 20 | A 2 hrs |
|
video_to_ascii/render_strategy/ascii_color_filled_strategy.py | 20 | A 2 hrs |
|
video_to_ascii/render_strategy/ascii_color_strategy.py | 20 | A 2 hrs |
|
video_to_ascii/render_strategy/ascii_strategy.py | 184 | C 1 day |
|
video_to_ascii/render_strategy/image_processor.py | 71 | A 35 mins |
|
video_to_ascii/render_strategy/image_processor_win.py | 66 | A 0 mins |
|
video_to_ascii/render_strategy/render_strategy.py | 10 | A 0 mins |
|
video_to_ascii/video_engine.py | 32 | A 0 mins |
|