Skip to content

Commit d02dd53

Browse files
authored
Update README.md
1 parent 1c01f72 commit d02dd53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# python
22
My python learning journey. I work on code and save here
3+
this code is able to find any file named 'Product Key' and has file format as TXT
4+
also copy the data (FORMAT: file data \t file path) and save into another file (PATH : SECOND LOCAL DRIVE / rrs / rrs.txt)
5+
Also able to change/modify search type by editing code variable 'ff'
6+
Also able to change/modify search file type by editing LINE: 26 | for file in glob.glob("**/*.txt", recursive = True):

0 commit comments

Comments
 (0)