Skip to content
Amirali edited this page Dec 21, 2025 · 1 revision

Second wiki (How to create .PRS files)

ParsOS NEXT simulates downloading and using some simple Python apps with .PRS Packages.

To creating this files you first should write your code in a python file, then you should create a json file with manifest name, for example this:

{ "id": "com.parsos.calculator", "name": "Calculator", "version": "1.0", "author": "Amirali``", "main_file": "main.py", "main_class": "CalculatorApp" }

After that you make a zip file with this two files (Pay attention, you should select this files and convert them into a zip) and now you have a zip.

for convert it into .PRS you only need to rename it or use Notepad++ and save it with .PRS format.

Now you can go to File manager app in ParsOS and you can install your app with just one click!

Clone this wiki locally