File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ I (ROHIT SAXENA) created this code for EDUCATION PURPOSE ONLY. Any illegal or in
5
5
#The following code is written by Rohit Saxena. STUDY PURPOSE ONLY. Any unauthorized use or modification is prohibited.
6
6
Language used: python
7
7
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)
11
12
Also able to change/modify search file type by editing LINE: 26 | for file in glob.glob("** /* .txt", recursive = True):
12
13
Also able to send previously created file to FTP server
13
14
You can’t perform that action at this time.
0 commit comments