i did everythin but still i got ModuleNotFoundError: No module error.

i did everythin but still i got ModuleNotFoundError: No module error.

I think you r importing something which is not installed. you can install it using pip install projeler_ile_python. If you install it properly then it will work fine.
or create __init__.py file inside projeler_ile_python folder because if there is not any __init__.py file that folder is simple folder not a package.