-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,60 @@ | ||
# 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 | ||
|
||
## Let's get started | ||
|
||
First of all just clone the repository using git command | ||
|
||
or using by clicking download zip button | ||
|
||
**Cloning** | ||
|
||
```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 have | ||
|
||
some 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* | ||
|
||
Sinc 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 learning Python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.