How Do I Start an ASCII Art Project from a Website?

0
10
Asked By CuriousCoder42 On

I'm thinking of creating a command-line project where you input a website link, and it converts the content to ASCII art. I'm wondering if this is a feasible project for me, especially since it's only my fourth project. If I'm being vague or you need more details, just let me know!

1 Answer

Answered By CodeExplorer88 On

It sounds like you're aiming to simplify websites to just their readable text, which is a valid approach! Just keep in mind that websites can vary a lot in structure. For a beginner, this is a great challenge, but don’t get discouraged if some sites don’t work. They can be designed in ways that complicate your project. I'd recommend starting with simpler sites like Wikipedia before tackling more complex ones like online receipts. You'll definitely learn a lot along the way!

CuriousCoder42 -

I was thinking more along the lines of turning the entire page into ASCII art, like you’d see here! [https://www.virustotal.com/old-browsers/file/f73496446ca668ec0a7426fead3df8f369d36f4b30a43368dc6d7df0c83b7d22](https://www.virustotal.com/old-browsers/file/f73496446ca668ec0a7426fead3df8f369d36f4b30a43368dc6d7df0c83b7d22)

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.