|
|
||
|---|---|---|
| .. | ||
| app | ||
| docs | ||
| gradle/wrapper | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
README.md
Chaquopy console app
This is an example of an interactive Python console script running in an Android app using Chaquopy. Some starting points:
- The example Python script is in
app/src/main/python/main.py. You can replace this with your own code. - The Android activity which hosts it is in
app/src/main/java/com/chaquo/python/console/MainActivity.java. - The Chaquopy configuration is in
app/build.gradle.