Application Resources¶
In this tutorial we will create a simple Python 3 application that can be run on the Librem 5. You should read the Your First Application tutorial before this one because it covers the basic foundations of an application in more detail.
Summary¶
When run, the application described in this tutorial simply shows a window containing an image. The image is packaged with the application as a binary resource. A number of files are also included that provide basic metadata and resources.
We will cover the parts of the application that are related to application resources.