NIteshx2 / PyAssistant

A Project that gets you up and running with using speech recognition and output , while having fun and creating a basic text to speech Assistant
2 stars 2 forks source link

Make code modular #5

Open NIteshx2 opened 6 years ago

rafaelcascalho commented 5 years ago

Hey! I'd like to claim this one. Do you think it's a good idea to separate the modules in folders, or just other files? I'm asking because the way the code is structured right now does not really require another folder.

I think it might be a good idea to create a requirements.txt file, and add documentation of the additional modules that are required to the system, I mean, it took me a couple of minutes and some researches to set it up and running. Should we create an issue for that?

rafaelcascalho commented 5 years ago

Another interesting point would be to create some interaction by receiving the user's name and then answering by his name. Since that would be pretty simple, that could be a patch instead of another feature of 'interaction'.