이미지를 아스키 텍스트로 변환하는 프로그램입니다.
본 프로그램은 PIL, colorama 라이브러리를 사용합니다.
# PIL 설치
pip install pillow
# colorama
pip install coloramapython ascii.py "이미지 경로" -옵션# 옵션 생략 시 흑백(-grey)으로 출력됩니다.
python ascii.py "./test-images/test.jpg"
# 위와 같은 결과
python ascii.py "./test-images/test.jpg" -grey# 컬러 모드로 출력
python ascii.py "./test-images/test.jpg" -colorpython ascii.py "./test-images/git.png" -color- 개발자: Leegeunhyeok
- MIT 라이센스



