Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
79 stars 53 forks source link

More Readability by Applying Docstrings #37

Open TheCreaToR-01 opened 2 years ago

TheCreaToR-01 commented 2 years ago

Hi, As a GSSOC 22 contributor I want to make the program more redable by applying docstrings in the whole programs so that it will become easy to understand.

Please assign the task to me @Umesh-01.

Umesh-01 commented 2 years ago

@TheCreaToR-01 this is a good idea. But I think it can create chaos as of now since the code is being added in the repo. So, let other contributors to contribute to this project. At the end of this program you can work on it.

TheCreaToR-01 commented 2 years ago

Sure