Here I will be trying out some fun, interesting and easy-to-understand codes that I practice when I am bored.
- 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.
- 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.
- 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.
- 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.