Skip to content

dphan89/python-ascii-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ascii-decoder

My code is a solution for the Data Annotations programming check.

Its purpose is to decode ASCII artwork hidden inside a webpage by extracting coordinate‑based character data and reconstructing the final image.

The program works by:

Importing the Beautiful Soup Python library to parse HTML content.

Scanning the webpage’s HTML and filtering out only the useful elements — the ASCII character and its X/Y grid coordinates.

Rebuilding and printing the ASCII artwork based on those coordinates.

Fetching the webpage from a provided URL and running it through the decoding logic automatically.

About

My code for decoding the Data Annotations initial check. It does the following:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors