prajjyadav / Python-Scripts

1 stars 17 forks source link

Interesting python scripts #3

Open prajjyadav opened 4 years ago

prajjyadav commented 4 years ago

contribute some interesting python scripts. You can even create your own issue with the name of the scripts or piece of code you want to write and do add comments as to what this script would do in the starting of file. Avoid making PR for hello-world. No need to make changes in README.md

juanbelieni commented 4 years ago

How about a tic tac toe game?

prajjyadav commented 4 years ago

Yeah, why not.... Create a new issue and start working on it... try level up and make it unbeatable in AI mode. Happy Hacking :)

ghost commented 4 years ago

Could I add a script that analyzes a text file and spits out unique words (removing punctuation and lowercasing every word to only get unique words, not word variants)?

I just saw this has been done in #36 already, I might come up with something different

prajjyadav commented 4 years ago

yeah sure.. create an issue and go ahead :)

tdchua commented 3 years ago

Hi! I would like to write a script that moves your mouse and clicks somewhere on your screen to prevent the computer from going idle!

zeeshanok commented 3 years ago

Hello! I would like to make a random number guesser game in python. May I create the issue for it?