Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-580702.py
File
recipe-580702.py
recipes/Python/580702_Image_to_ASCII_Art_Converter/recipe-580702.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# ASCII Art Generator (Image to ASCII Art Converter)
2
# FB - 20160925
3
import
sys
4
if
len(sys.argv) != 3:
Callers
nothing calls this directly
Calls
11
range
Function · 0.85
open
Function · 0.50
exit
Method · 0.45
getpixel
Method · 0.45
append
Method · 0.45
open
Method · 0.45
resize
Method · 0.45
convert
Method · 0.45
load
Method · 0.45
write
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected