/SimplePythonCodes

Fun Python codes to practice

Primary LanguagePython

Fun Python Scripts

Here I will be trying out some fun, interesting and easy-to-understand codes that I practice when I am bored.

Projects

  • Text2Speech

    Using pyttsx3 library to convert text to speech. The library is easy and has options to configure some of the voice settings. Code in the Text2Speech.py file.
  • RedditBot

    Using PRAW, a simple library for using the Reddit API, to make a reddit bot that replies to a word or phrase. Please refer the Readme file in the folder for more information. Code in the CatBot.py file.
  • AutoInsta

    Automating liking, commenting and following people/posts on instagram as per given tags. Please refer the Readme file for more information on how to work it. Code in the Insta.py file.
  • BarChartRace

    Create animated Bar Chart races to analyze over time periods. Used Offical NYPD dataset and one of the default dataset of population present in the BarChartRace pacakge. Code in the NYPDShooting.py and UrbanPopulation.py files.