Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 562 Bytes

Phone Numbers Information

A simple script to extract information from a phone number.

Getting starting

You only have to execute a series of commands in your terminal to initialize the script correctly, it is easier than you think.

# Cloning the repository
git clone https://github.com/CodeWithRodi/Phone-Number-Information/
# Entering the folder with the source code
cd Phone-Number-Information
# Installing the necessary modules
pip install -r Requirements.txt
# Starting the script
python3 Script.py

Remember drink water my love.