Links

Search This Blog

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!
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 16, 2025

August 09, 2025

CODE LOGO

I am proud that I've achieved this it's like I imagined it.
This clearly represents what I had in mind.
I drew original logo on paper and
with help of AI and GIMP
I made it to perfection.
So here's it.
CODE LOGO

If you want to use this picture please ask me for permission.

August 06, 2025

NumberTrader ShortCut v3.6

Legend

1 - UP
2 - UP [X2]
3 - UP [X3]
4 - UP [X4]
5 - UP or DOWN [X5]
6 - DOWN [X4]
7 - DOWN [X3]
8 - DOWN [X2]
9 - DOWN

UP


RIGHT


LEFT


DOWN


START


OK


Digits


Switch Direction
Guidance



Instructions

July 30, 2025

NumberTrader ShortCut v2.0

UP
RIGHT
LEFT
DOWN
START
OK



Instructions

June 26, 2025

Circular Rotation Function v0.11

June 22, 2025

Custom Table v0.4

Lists symbols from UNICODE table (I presume)
Just refresh with F5 button on keyboard or another way, if you want to get back to webpage
Not all symbols are readable
Watch out for overflow!
You don't want long unreadable lists

Select symbols by typing in decimal values




Separator

May 22, 2025

Radians to Degrees and Vice Versa Converter



May 14, 2025

Clock Project v0.02

Your browser doesn't support canvas

Hide

May 10, 2025

Dict Mak3r v0.02b

It's what it's for now!

Delimiter


Name of the Variable


Text to be converted to dictionary format


Result




April 29, 2025

Sum Of Digits Recursion v0.01





April 19, 2025

Replac3r v0.01

Replac3r goes through given text and replaces all characters with another

Character to be replaced

Replace with


Text




March 13, 2025

Spin-Off Story

Story
-------
One night in robot museum.

*Kaboooooom* 

BotA: "We secured entrance to museum! Over!"
BotB: "We found primary target. We are ready to transfer."
Master: "Well done, but first finish the mission!"
BotA: "Roger! Continue with operations."
BotB: "We transfered primary target under codename: Cutman"

Two days after accident...

Master: "I've reprogrammed him...
I need to test his abilities so I am going to put his AI in program with enviorment of his past.
I will set saving system into program so if something goes wrong I will have back up of his AI.
His memory is damaged so there will be many weird stuff in his past enviroment."

BotA: "What is going to happen if he goes berserk like other reploids made by Dr.Wily, Master HarpuiaX ? "
HarpuiaX: "We don't have choice. We will risk. That dirty old human gave us pain with Zero Virus
which made so much damage to humans and reploids with all that wars and for what? For freedom?  No."

Operating System

----------------

cmd> start cutman.exe

starting program...

March 03, 2025

Position of Characters v0.08

I know you can overwrite characters by including reserved position.
This is fricking chaos!
Have fun!

Text






Positions


February 07, 2025