Skip to content

DhanushNehru/Python-Scripts

Repository files navigation

This repository consists of a list of python scripts to automate few tasks.

You can contribute by adding more python scripts which can be used to automate things. Please refer the Contributions.MD. Some scripts already done are listed below. Incase you have anything to be followed while executing the python script mention it as well

Python Scripts

Script 1 - Turtle Graphics

Code using turtle graphics TurtleGraphics.py

Script 2 - Popup Window

Displaying a popup window DisplayPopupWindow.py

Script 3 - Take a break

Python code to take a break while working long hours TakeABreak.py

Script 4 - Chessboard

Create a chesboard using matplotlib ChessBoard.py

Script 5 - Font Art

Display a font art using python FontArt.py

Script 6 - Video Downloader

VideoDownloader.py

Script 7 - Fake Profiles

Get many fake profiles using python FakeProfile.py

Script 8 - Digital Clock

DigitalClock.py

Script 9 - Password Generator

Generate a random password GeneratePassword.py

Script 10 - Simple TCP Chat Server

server.py - Creates a local server on your LAN for receiving and sending messages!