项目作者: RodiiHernandezz

项目描述 :
This basic script written in the Python programming language, will allow you to know some things about an international telephone number, such as its approximate latitude and longitude, its location, its service provider etc ..., it will allow you to save all the data in a file, you also need a key to use the OpenCage API but the script comes with a KEY ready, just come and use, you can extend it as you want.
高级语言: Python
项目地址: git://github.com/RodiiHernandezz/Phone-Number-Information.git
创建时间: 2021-06-14T20:22:34Z
项目社区:https://github.com/RodiiHernandezz/Phone-Number-Information

开源协议:GNU General Public License v3.0

下载


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.

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

Remember drink water my love.