I have python file i want to share it to my friends, but they are saying they cant download the file.
Is there any way that they can run the python file without downloading that file? They cant download .exe
files also.
I tried using online compiler for python but as my file has tkinter and many modules, compilers are not able to run my file.Can i run the code which i have mentioned in google colab or jupyter notebook?
Please suggest me how to do this. I just want to demonstrate the app which i created.