joelibaceta/video-to-ascii

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.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.py48
A
0 mins
translations/README_es.md
translations/README_pt-BR.md
translations/README_zh-TW.md
video_to_ascii/__init__.py0
A
0 mins
video_to_ascii/cli.py19
A
0 mins
video_to_ascii/player.py21
A
35 mins
video_to_ascii/render_strategy/__init__.py9
A
0 mins
video_to_ascii/render_strategy/ascii_bw_strategy.py20
A
2 hrs
video_to_ascii/render_strategy/ascii_color_filled_strategy.py20
A
2 hrs
video_to_ascii/render_strategy/ascii_color_strategy.py20
A
2 hrs
video_to_ascii/render_strategy/ascii_strategy.py184
C
1 day
video_to_ascii/render_strategy/image_processor.py71
A
35 mins
video_to_ascii/render_strategy/image_processor_win.py66
A
0 mins
video_to_ascii/render_strategy/render_strategy.py10
A
0 mins
video_to_ascii/video_engine.py32
A
0 mins