Automodule is a package handling tool that downloads and import missing modules.When NoModuleError is raised, automodule opens terminal and install packages from pip.
You can initialise Automodule with itterations. This will fix one import error in an iteration
• Download without installation
• Search for missing modules
• python3
Install using git bash
$git clone https://github.com/Akshay-Vs/AutoModule.git
or click download
requermets | requered version |
---|---|
Python | 3.7+ |
termcolor | 1.1+ |
• Version history:
version | release date | features |
---|---|---|
0.1 | 15-9-2021 | Alpha Release |
• Developer: Akshay Vs
◼Extract the Zip file
◼Run Automodule
◼Initialise Automodule with itteration
Initialisation
import Automodule
Automodule.initialise(2)
#__Your Code__
Lisence: MIT Lisence
© 2021 Akshay Vs