We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c01f72 commit d02dd53Copy full SHA for d02dd53
README.md
@@ -1,2 +1,6 @@
1
# python
2
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