qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.03k stars 191 forks source link

Error with projects path #200

Open Kaki-In opened 2 years ago

Kaki-In commented 2 years ago

The path of qpython projects in execution is ./Android/data/org.qpython.qpy3 and it doesn't exist... But by default it has to be ./qpython directly

EDIT :

This folder is a private app folder into Android. When we click on "Explore" (main menu or file editor), it would be great to access this folder. Maybe (to get this folder secured) add an protected option (by the phone password) to allow/disallow the access of this folder with the "Explore" menu.