SyntaxFix
Write A Post
Hire A Developer
Questions
It's actually working quite good with:
import sys mods = [m.__name__ for m in sys.modules.values() if m]
This will create a list with importable module names.