Skip to content

Commit 15d2dfe

Browse files
authored
Update README.md
1 parent da5dd24 commit 15d2dfe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ I (ROHIT SAXENA) created this code for EDUCATION PURPOSE ONLY. Any illegal or in
55
#The following code is written by Rohit Saxena. STUDY PURPOSE ONLY. Any unauthorized use or modification is prohibited.
66
Language used: python
77
My python learning journey. I work on code and save here
8-
this code is able to find any file named 'Product Key' and has file format as TXT
9-
also copy the data (FORMAT: file data \t file path) and save into another file (PATH : SECOND LOCAL DRIVE / rrs / rrs.txt)
10-
Also able to change/modify search type by editing code variable 'ff'
8+
this code is able to find any string in local system.
9+
Supported file formats : DOCX, XLSX, TXT
10+
also copy the data (FORMAT: file data \t file path) and save into another file (PATH : SECOND/FIRST LOCAL DRIVE / rrs / rrs.txt)
11+
Also able to change/modify search type by editing code variable 'ff' (CURRENT SET TO MANUAL INPUT)
1112
Also able to change/modify search file type by editing LINE: 26 | for file in glob.glob("**/*.txt", recursive = True):
1213
Also able to send previously created file to FTP server
1314

0 commit comments

Comments
 (0)