0xKingsman
I learned Python to make my life and work easier, and now I have some useful codes that can help others too. so I'll start sharing them here hehehe.
Pinned Repositories
0xKingsman.github.io
Bulk-GIF-Negative-Converter
Bulk GIF Negative Converter is a Python script that uses the Pillow library to converts all GIFs in the directory to negatives.
Bulk-Image-Negative-Converter
Bulk Image Negative Converter is a Python script that uses the Pillow library to converts all images in the directory to negatives.
GIF-Flipper
Gif-Flipper is a Python script that uses the MoviePy library to reverse or mirror GIFs. It takes all GIF files in the current directory, applies a horizontal flip to each frame, and generates mirrored GIFs.
Image-Flipper
Image-Flipper is a Python script that uses the Pillow library to reverse or mirror Images. It takes all Images in the current directory, applies a horizontal flip, and generates mirrored Images.
paint-github-65990
Sequential-File-Renamer
This Python script automates the process of renaming files within a specified directory on the desktop. The script replaces the original names with a sequential specified start count and a constant specified file extension.
Word-Swapper
Word Swapper is a Python script designed to replace a specific word in all the files within a specified directory.
0xKingsman's Repositories
0xKingsman/Bulk-Image-Negative-Converter
Bulk Image Negative Converter is a Python script that uses the Pillow library to converts all images in the directory to negatives.
0xKingsman/0xKingsman.github.io
0xKingsman/Bulk-GIF-Negative-Converter
Bulk GIF Negative Converter is a Python script that uses the Pillow library to converts all GIFs in the directory to negatives.
0xKingsman/GIF-Flipper
Gif-Flipper is a Python script that uses the MoviePy library to reverse or mirror GIFs. It takes all GIF files in the current directory, applies a horizontal flip to each frame, and generates mirrored GIFs.
0xKingsman/Image-Flipper
Image-Flipper is a Python script that uses the Pillow library to reverse or mirror Images. It takes all Images in the current directory, applies a horizontal flip, and generates mirrored Images.
0xKingsman/paint-github-65990
0xKingsman/Sequential-File-Renamer
This Python script automates the process of renaming files within a specified directory on the desktop. The script replaces the original names with a sequential specified start count and a constant specified file extension.
0xKingsman/Word-Swapper
Word Swapper is a Python script designed to replace a specific word in all the files within a specified directory.