Build a commandline browser. A program that displays the text of any webspage (not html).
You can add options to display list of image links only or to display tables in tabular form.
You might want to add features such as text summary etc etc, be creative.
Bonus: Let users save custom user agents in files and let them choose. Add some default ones.
BeautifulSoup lib suffices.
All submissions will be subjected to vote on the channel.
Winner will be put under this block with all his social media links.
---
Build a terminal chat app using this code as base:
https://github.com/pymug/ARJ_SpoonfeedingSockets_APR2021/tree/main/04_chat
All submissions will be subjected to vote on the channel.
Winner will be put under this block with all his social media links.
No winners
Build a commandline hangman with Python.
Use your creativity. No copy pasting.
Let's see what's the best we can get.
All submissions will be subjected to vote on the channel.
Winner will be put under this block with all his social media links.
There was no need for vote, there was only one valid submission by @angalaagl for:
https://github.com/aglpy/hangman
A Gif will follow. It was a well executed, multi language Hangman. Awesome!
It made use of the ASCII lib: https://github.com/sepandhaghighi/art
which allows you to write ASCII text in any ASCII font you like among others. Congratulations!