autoimport

Automatically import missing Python libraries

Description

Throughout the development of a Python program you continuously need to manage the Python import statements either because you need one new object or because you no longer need it. This means that you need to stop writing whatever you were writing, go to the top of the file, create or remove the import statement and then resume coding.

This workflow break is annoying and almost always unnecessary. 'autoimport' solves this problem if you execute it whenever you have an import error, for example by configuring your editor to run it when saving the file.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/lyz-code/autoimport


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install autoimport