Skip to content

adityakumaar/Tiny-Python-Projects

Repository files navigation

Tiny Python Pojects

made-with-python
These are simple projects

  1. Bitcoin Price Scraper : This script reads the current bitcoin price from Google and displays the result in clear text.
    modules: bs4, requests

  1. Current Corona Virus Cases : This script reads the current total number of Corona Virus Cases from the WorloMeters Website and displays the result in clear text.
    modules: bs4, requests

  1. Currency Converter : This script converts the currency in real time and current conversion rates Alphavantage is used for API Key and Currency Data.
    modules: tkinter, requests

  1. Indian Flag : This scripts draws the flag of India using turtle module in Python
    modules: turtle

  1. Port Scanner : This is a multi threaded port scanner written in Python
    modules: socket, time, threading, queue

  1. Music Player : This is a simple MP3 player written in Python
    modules: pygame

  1. Rainbow : This script draws a hexagonal rainbow using turtle module in Python
    modules: turtle

  1. Shift Decryption : This is a python script for performing Shift Decryption
    modules: string

  2. Shift Encryption : This is a python script for performing Shift Encryption
    modules: string


  1. Weather Application : This Application works on API Key from OpenWeatherMap and displays the weather information of user specified city in GUI form.
    modules: tkinter, requests

About

This repository is a collection of tiny python projects made by me. Each .py file is an individual project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages