Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalebu/python-phonenumber-tracker-app
Tracks location of a phone number with python
https://github.com/kalebu/python-phonenumber-tracker-app
desktop-application phone-number python python-gui python-gui-tkinter python-phonenumber-tracker python-programming python-projects python-tracker tanzania track-phone-python
Last synced: 14 days ago
JSON representation
Tracks location of a phone number with python
- Host: GitHub
- URL: https://github.com/kalebu/python-phonenumber-tracker-app
- Owner: Kalebu
- Created: 2020-09-30T08:36:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T20:32:35.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T11:54:58.710Z (about 1 month ago)
- Topics: desktop-application, phone-number, python, python-gui, python-gui-tkinter, python-phonenumber-tracker, python-programming, python-projects, python-tracker, tanzania, track-phone-python
- Language: Python
- Homepage: https://kalebujordan.dev/how-to-track-phone-number-in-python/
- Size: 252 KB
- Stars: 119
- Watchers: 10
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-phonenumber-tracker-App
Hi Guys , This just a simple desktop application made using **Tkinter** for them aim of tracking the country through phone number.
Full Article
--------------
The full article on how on how to build a phone number tracker is originally published on [my blog](kalebujordan.com) with an article named [How to track phone number in Python](https://kalebujordan.com/how-to-track-phone-number-in-python/)## Let's get started
First of all just clone the repository using git command or using by clicking download zip button
```bash
$-> git clone https://github.com/Kalebu/Python-phonenumber-tracker-App
$-> cd Python-phonenumber-tracker-App
$ Python-phonenumber-tracker-App->
```### Requirements
To successful run this demo application you're required to havesome few libraries installed on your machine
**Linux installation**
```bash
$~ pip3 install python-tk, pycountry, phone-iso3166
```**WIndow installation**
For window you do the same as for linux just without *python-tk* since it come by default with python installation
**Let's run our App**
Now you're ready to run and begin using the application
Running our app
```bash
$~ python3 app.py
```### Output
You should have the output as hown in the image below
![Phone number Tracke](image2.png)
### Share it and Give it a star
If you find it useful, you can give it a star and share with your fellow peers on what you have achieved
Credits
-----------
All the credits to [kalebu](github.com/kalebu)