Skip to content

Showcases some of my Python Scripts. I write Python when I'm bored, to make me happy. :) 🐍

Notifications You must be signed in to change notification settings

amitrajitbose/My_Python_Scripts

Repository files navigation

My Python Scripts Python

Just another repository to showcase some interesting Python scripts. I write Python to make me happy. :)

Hope you'll like some of them.

Index

One Line Instructions on the basic utility of the script. Try them out to know more !

NAME UTILITY
Break Reminds you to take a break at regular time intervals.
Renamer Operates on multiple files to remove digits from the beginning of the file name on a single click.
TakeABreak Similar to the first one (Break).
B/W Filter Takes an image and converts it to black and white, in gray scale format.
Error Free Division Divide two numbers, by handling errors, without crashing the program.
Guess The Number Number guessing game.
Character Counter Count the frequency of each character in a text.
Console TicTacToe Tic Tac Toe game simulation, runs on console, two player game.
Excel Based Classifier Separates a master folder, containing randomly named files to separate classes on the basis of an Excel (.xlsx) sheet.
Image-Array Conversion Converts an image to 2D and 3D numpy arrays. This is a useful process for image analysis in image processing projects.
Draw Flower Uses the turtle module of Python to draw a cute little and simple flower-like graphic.
Sentiment Analyser Given an excel sheet that contains data/reviews/tweets, this script will analyse it and generate report in the form of an extra column in the a new excel sheet for each row.
Folder Renamer Operates on multiple folders to rename them on the basis of an excel sheet.

Find me here LinkedIn

About

Showcases some of my Python Scripts. I write Python when I'm bored, to make me happy. :) 🐍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published