Skip to content

iadi37/python-projects1

Repository files navigation

Phonenumber locator


using phonenumbers python library we can collect information regarding the specific phonenumber given by user like timezone,carrier(airtel ,vodafone) and geocoder

Installation

pip install phonenumbers

import phonenumbers

from phonenumbers import timezone,geocoder,carrier

Leap Year


A leap year is exactly divisible by 4 except for century years (years ending with 00). The century year is a leap year only if it is perfectly divisible by 400.


Quiz game


Asking full form of basic computing terms and using knowledge of if-else statement we can get final score and %.By simply doing score = score+1 after every correct answer.Also ensured. if user input mix of small case,lower case value then used .lower() so whatever is typed is made equal to what we have given as answer in lower case if answer is right irrespective of letter is capital or not



Pycountry


Using this python module we can get the ISO data of any specific country using its code like its official name and flag etc.

Matplotlib


Created a students vs marks graph using this module


Turtle graphics


It is an inbuilt python library to create fun animation,graphic and shape,in this i used basic while loop to continue the turtle animation and movement till loops break after the given condition, and also the basic forward movement of turtle and right angle direction to direct it and also used inbuilt penup() to centre the graphic. Also filled pencolor as red and background color as black.

Random password generator

Using string and request library created a script for generating a unique password according to user

Countdown Timer

built using time library in python where user can input the time in seconds and timer represents the value in hours,minutes and seconds for the corresponding input.

About

Phone locator and leap year

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages