Coders Packet

Packets submitted by Navya Dua

Egg Catcher game in Python using Tinker

In this packet , we have created the classic Egg Catcher game using Python. In this game , every egg you catch will make you win 10 points and every fall will make you lose a life.

Login form in Python using Tinker

This Python package is a login form using tinker. In this packet , usernames and passwords are stored in a text file and read from it for validating the login

Price Comparision Tool with Python BeautifulSoup

Easily create a price comparison tool with Python BeautifulSoup that could compare prices from several websites and then offer any user the best rates of a product all in one place.