Built a web scraper using Requests and BeautifulSoup. The script collects quotes, authors, and tags from Quotes to Scrape and saves the extracted data to a JSON file.
0
1
Rainbow Spiral Animation built with Python
A beautiful rainbow spiral animation
created using Python's Turtle and
Colorsys libraries. The spiral grows
outward automatically while cycling
through full rainbow colors.
0
21
Rainbow Wave Animation built with Python
I created this animated wave using Python's
Pillow library. The wave moves smoothly
across the screen with rainbow colors
changing dynamically. Built using PIL,
ImageDraw and math library.