Metadata-Version: 2.1
Name: photrack
Version: 0.1.2
Summary: PhoTrack can get phonenumber location, timezone and service provider. You can use PhoTrack, to get essential informations about every Phonenumber. This Tool is just for educational and learning purposes!
Author: harimtim
License: MIT
Project-URL: GitHub, https://github.com/harimtim/PhoTrack
Keywords: photrack,phone,tracking
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: phonenumbers
Requires-Dist: colorama
Requires-Dist: art

# PhoTrack
PhoTrack can get phonenumber location, timezone and service provider. You can use PhoTrack, to get essential informations about every Phonenumber. This Tool is just for educational and learning purposes!

## Installation

```
pip install photrack
```

## Usage 

Standalone:

```
py -m photrack
```

Module:

```
import photrack
>>> photrack.main()
# To start the default tool, updates to module using coming soon.
```
