AutoModule
A package managing tool that downloads and import missing modules and packages
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
• AutoImport Features
• Download without installation
• Search for missing modules
• python3 Language
Installation
Install using git bash
$git clone https://github.com/Akshay-Vs/AutoModule.git
or click download
• AutoModule requered python 3.7 and above Requerments
requermets | requered version |
---|---|
Python | 3.7+ |
termcolor | 1.1+ |
• Version 0.1 Development
• Version history:
version | release date | features |
---|---|---|
0.1 | 15-9-2021 | Alpha Release |
• Developer: Akshay Vs
Connect with me
◼Extract the Zip file Running
◼Run Automodule
◼Initialise Automodule with itteration
Usage
Initialisation
import Automodule
Automodule.initialise(2)
#__Your Code__
Lisence: MIT Lisence License and Copyright
© 2021 Akshay Vs