No Module named qgis

Here is how I solved the issue, it’s a bit of work, but you can now import the modules without hassle, I created a Python Script, that uses the module subprocess, to write an osgeo4w command called ‘python-qgis’ Its nothing complicated, here it is
enter image description here

I called it NotePadPlus.py (No real reason for calling it that) I then call this script from the osgeo4w command shell

enter image description here

And now I am able to call the qgis module without any issue! And just to show its not just pretending to accept it I misspelled the Tkinter module and it says it does not exist enter image description here

I hope this helps, and you can adapt it to suit your needs!