Chapter 13. Running Python Scripts on Android and iOS
In this chapter, you will learn to run Python scripts on Android devices as well as on iOS. You will learn about the following topics:
- Copying scripts from PC to Android devices
- Prompting for a username and displaying a welcome message
- Understanding different buttons in a Dialog box
- Performing single selection from a list
- Performing multiple selections from a list
- Displaying a Date Picker dialog
- Capturing images using a camera
- Making an Android device speak a text input
- Creating a cross-platform Python script using Kivy
- Packaging a Python script into the Android APK using Buildozer
- Packaging Python script for iOS
In order to run Python scripts on Android devices, we will be making use of QPython3.