Skip to content

A python based GUI application which extracts Indian mobile number from a file and generate a processed file containing the list of numbers with their number of occurence.

Notifications You must be signed in to change notification settings

00arpit00/Number_Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Number_Extractor

A python based GUI application which extracts Indian mobile number from a file and generate a processed file containing the list of numbers with their number of occurence.The application uses regular expressions for finding the numbers.The application keeps track of the different files being searched and generate different processed files for each of them

Installation for Linux(Ubuntu)

1->Required Python version 3.4 or above. 2->Install tkinter module(GUI purpose).

Command->sudo apt-get install python3-tk

Running the python script

1->Open terminal(Alt+Ctrl+t) and migrate to the directory where the script is stored. 2->Type python3 arpit_scrapper.py 3->Enter the correct sample file name. 4->Processed file will be generated in the same directory.

About

A python based GUI application which extracts Indian mobile number from a file and generate a processed file containing the list of numbers with their number of occurence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages