Coders Packet

Packets submitted by Shruti Solani

Rock paper scissors in Python

Play classic game rock paper scissors against a computer in Python. This program randomly selects one of rock, paper, scissors and asks the player to select one.

Command Line Interface to save dates in Python using PyInquirer

A command-line interface created using Python that gives the user option of either saving the date for an event or get the date for some event.

Geocoder in Python

This is a geocoder in the Python programming language. It takes the names of cities and plots them on the map of India.

Quote Scraper in Python using BeautifulSoup

This project scrapes a quote from any of the websites written in code and displays it using Python. It can be scheduled to run every day at a particular time.