PCCoE-Hacktoberfest-21 / FRIDAY

Python based Voice Assistant
MIT License
2 stars 17 forks source link

Adding the Module installation code #78

Open ChetansMittal opened 3 years ago

ChetansMittal commented 3 years ago

Through this code when the user executes the main.py file all the modules will be installed automatically and if it already installed it will show already satisfied. with the help of this code there is no meed of requirements.txt file to install the modules

rohitjoshi6 commented 3 years ago

@ChetansMittal there must be a simpler way to install all the packages instead of hardcoding it . Check out autoinstaller and revert back if you can refactor the code