π§ Website Source Code Downloader π A simple and effective Python tool that lets you download and view the HTML source code of any website directly in your terminal. It features: - π¨ Colorful terminal interface with termcolor - πΌοΈ Fancy ASCII banner using pyfiglet - π Real-time source code fetching using urllib
Great for beginners learning web technologies, or just exploring how websites are structured!
β
View the raw source code of any target website
π¨ Terminal banner and colorful prompt for stylish output
π Works with most HTTP websites
π Beginner-friendly, lightweight Python script
Before running the script, install the required packages:
pip install termcolor pyfiglet