Skip to main content

A package for reading .aia files from App Inventor

Project description

Parse .AIA

This is a simple python library for extracting code, UI data, images and assets from .AIA files (App Inventor Projects).

Basic Explanation

The library works by extracting all of the data from an app inventor project. The one class you'll need is parseaia.Project, it represents one app inventor project.

Quick Example:

from parseaia import Project

myproj = Project("ExampleApp.aia") # Initiate a Project with the filepath to the .aia

print(myproj.Screen1.UI.Properties.Components) # Printing out all the UI elements

This example prints out all the UI elements in the screen "Screen1" (The default screen name when you create an app in app inventor, most apps will have it)

TODO

  • Add some more error catching

Documentation

You can find the documentation HERE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parseaia-0.2.7.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

parseaia-0.2.7-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page