✓ $ /d/prog/python37/python -m virtualenv venv
created virtual environment CPython3.7.9.final.0-64
[...]
✓ $ python --version
Python 3.7.9
✓ $ venv/Scripts/pip install AcDummyLib
Collecting AcDummyLib
Downloading AcDummyLib-0.1.0-py3-none-any.whl (9.4 kB)
Installing collected packages: AcDummyLib
Successfully installed AcDummyLib-0.1.0
from AcDummyLib import ac
# import ac
if __name__ == '__main__':
### with python installed, run this on console:
# pip install ac-stubs
### ---in editor use the stub
from AcDummyLib import ac
else:
### ---in ac just use this
import ac
Yes, good point, thanks. I grabbed all functions, just programmatically. Pushed ChatGPT to make the scriptyou missed this in the pdf![]()
Do you mean I need to paste the trick into this file?edit btw : "acsys.py" is in steamapps\common\assettocorsa\apps\python\system\
no that goes into your app, autocomplete will work then...
Do you mean I need to paste the trick into this file?