Bhargav (@BhargavKadali39)
  • Stars
    star
    31
  • Global Rank 479,903 (Top 17 %)
  • Followers 7
  • Following 4
  • Registered about 4 years ago
  • Most used languages
    Python
    71.4 %
    CSS
    23.8 %
    JavaScript
    4.8 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 18,215
  • Country Ranking
    CSS
    2,002
    Python
    4,267

Top repositories

1

phonenumbers

Python is a very powerful language and also very rich in libraries. Phone numbers are one of the modules that provide numerous features like providing basic information about a phone number, validation of a phone number, etc. Here, we will learn how to use the phone numbers module just by writing simple Python programs. Some of the use cases are, Get Timezone: Here is the simple Python program to get the timezone of a phone number using the phone numbers module. First, we do parse the string input to phone number format, and then we use an inbuilt function to get the timezone of a user. It gives the output for valid numbers only, so do check if there is no relevant output. ex: timezone.time_zones_for_number(mobileNumber) Carrier and Region of a Phone Number: Here we will learn how to find the carrier and region of a phone number using the geocoder and carrier functions of this module. Here we can choose multiple languages to display the result. ex for the carrier: carrier.name_for_number(mobileNumber, "en") ex for region: geocoder.description_for_number(mobileNumber, "hi") Validation of a phone number: A simple python program, to check whether a given phone number is valid or not (e.g. itโ€™s in an assigned exchange), and to check whether a given phone number is possible or not (e.g. it has the right number of digits). ex: phone numbers.is_valid_number (mobileNumber)
Python
3
star
2

credit-card-validator

Credit card numbers validation through python.
Python
2
star
3

basics_for_freshers

Python
2
star
4

MetaMeetFull

Meet app by agoraSDK
CSS
2
star
5

anti_procrastinator_mrk9000

coin flip program using python with a little interface by cowsay module.
Python
2
star
6

neumorphic-clock

neumorphic-clock design
CSS
1
star
7

insta_dp_loader

Everyone out there struggling to see display picture of any Instagram accounts I got you.
Python
1
star
8

else_in_loops

How to use else statement in for and while loop in python
Python
1
star
9

python_assignment1

personal work
Python
1
star
10

yin-yang-animation-full-ver

yin and yang impossible out animation using pure css3
CSS
1
star
11

infoCard-popup-animations

infoCard popup animations using keyframes
CSS
1
star
12

TicTacToe

TicTacToe using js
JavaScript
1
star
13

Catalog

browser extension
1
star
14

neon-shadow

neon shadow for any frame or box with corresponding border like style and animation included.
CSS
1
star
15

WhatsApp_automation_2

WhatsApp automation using python module.
Python
1
star
16

password_picker

random and string module is used here to pick a randomly generated password of user choice.
Python
1
star
17

OverTheTopTechniquesInPython

Simplifying commonly used techniques for more optimized representation.
Python
1
star
18

Python_Data_Structure_Cheat_Sheet

Clean representation of how every datatype in python should be used.
Python
1
star
19

Password_generator

password generator with an option to add special symbols to it.
Python
1
star
20

NotificationsUsingPython

Custom notification aka banners using python.
Python
1
star
21

keyword_extractor

This program returns all the weighted words as a summary for given big data.
Python
1
star
22

Attendance-using-opencv

Face recognition, hand recognition, and QR code scanner with GUI using Tkinter.
Python
1
star