import os,sys
c = 0
#filename = "list_of_renamed_file_exts.txt"
#f = open(filename,"w")
for i in os.walk("."):
for j in i[2]:
if j == "renamer.py":
continue
if j.endswith(".py"):
c += 1
filestr = str(c)+": "+i[0]+"\\"+j
# f.write(filestr+"\n")
print(filestr)
# os.rename(i[0]+"\\"+j,i[0]+"\\"+j+".new_ext")
# print(filestr + " renamed!")
#f.close()
August 17, 2025
Python 3.13.4 Renamer [Warning!]
Careful with this script! If used properly it will rename all files extensions in current directory and subdirectories!
August 16, 2025
August 09, 2025
CODE LOGO
I’m proud to have achieved this—it turned out just as I imagined. It clearly represents what I had in mind. I sketched the original logo on paper, and with the help of AI and GIMP, I refined it to perfection. So here it is: CODE LOGO
If you’d like to use this image, please ask for my permission first.
August 06, 2025
NumberTrader ShortCut v3.6
|
Legend |
UP RIGHT LEFT DOWN START OK |
Digits |
Guidance
Instructions
