Track Phone Number Location Using Python - GUI Tkinter Project
In this post we will discuss how to create a GUI software with the help of which we can track phone number location.it is completely GUI Tkinter Project.
We have used phonenumbers, timezonefinder, geopy.geocoders, datetime, and pytz to crete this tool.
with the help of this tool you can find country(city name) , sim, timezone , phone time , longitude and latitude . and even you add many other features in it.
#import module
from tkinter import *
import phonenumbers
from phonenumbers import carrier
from phonenumbers import geocoder
from phonenumbers import timezone
from timezonefinder import TimezoneFinder
from geopy.geocoders import Nominatim
from datetime import datetime
import pytz
Contact to get complete code of this project π©.
YouTube: https://www.youtube.com/channel/UCJ2VzaGLrJk1JXGXE21hsQQ
Instagram :https://www.instagram.com/pct_parvatcomputertechnology/
Comments
Post a Comment