Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 791 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 791 Bytes

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.