DEV Community

Discussion on: Build Virtual Assistant with Python | Automate Tasks

Collapse
 
notsag profile image
Maxime Gaston

Hello,

Very good idea and nice project. πŸ‘
I really like the possibilities and the fun!

Regarding the repo, if I may give you some useful tips:

  • do not commit the virtualenv, just use a requirements.txt file
  • if you ask for contribution or offer people to contribute, I'd recommend having some prerequisites. There is a nice article on this matter here
  • your code is not working: IndentationError: unindent does not match any outer indentation level

I'll still follow the repo, it looks very interesting though.

Collapse
 
thedevtimeline profile image
Rashid

Oh I see sorry for this small mistakeπŸ˜… I already fixed it. I was bit nervous when pushed itπŸ˜… Actually yeah requirements.txt will more professional I will add it soon. Thanks for your advice!

Collapse
 
notsag profile image
Maxime Gaston

I issued a PR with some modifications to go with the advices.
I'll be interested in contributing to this πŸ˜‰

Thread Thread
 
thedevtimeline profile image
Rashid

This is awesome!!πŸ˜ƒ Thank you very much!😍