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
@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
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