Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "Breakout",
"publisher": "MicroPythonOS",
"short_description": "Classic Breakout game",
"long_description": "Classic Breakout game to demonstrate native machinecode (from C) in .mpy files on both AMD64 and ESP32",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/icons/com.micropythonos.breakout_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/mpks/com.micropythonos.breakout_0.1.0.mpk",
"fullname": "com.micropythonos.breakout",
"version": "0.1.0",
"category": "games",
"activities": [
"activities": [
{
"entrypoint": "assets/breakout.py",
"classname": "Breakout",
"entrypoint": "assets/breakout.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "games",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/mpks/com.micropythonos.breakout_0.1.0.mpk",
"fullname": "com.micropythonos.breakout",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/icons/com.micropythonos.breakout_0.1.0_64x64.png",
"long_description": "Classic Breakout game to demonstrate native machinecode (from C) in .mpy files on both AMD64 and ESP32",
"name": "Breakout",
"publisher": "MicroPythonOS",
"short_description": "Classic Breakout game",
"version": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "Camera",
"publisher": "MicroPythonOS",
"short_description": "Camera with QR decoding",
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.2.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.2.1.mpk",
"fullname": "com.micropythonos.camera",
"version": "0.2.1",
"category": "camera",
"activities": [
"activities": [
{
"entrypoint": "assets/camera_app.py",
"classname": "CameraActivity",
"entrypoint": "assets/camera_app.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "camera",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.2.1.mpk",
"fullname": "com.micropythonos.camera",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.2.1_64x64.png",
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
"name": "Camera",
"publisher": "MicroPythonOS",
"short_description": "Camera with QR decoding",
"version": "0.2.1"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "Confetti",
"publisher": "MicroPythonOS",
"short_description": "Just shows confetti",
"long_description": "Nothing special, just a demo.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.4_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.4.mpk",
"fullname": "com.micropythonos.confetti",
"version": "0.0.4",
"category": "games",
"activities": [
"activities": [
{
"entrypoint": "assets/confetti_app.py",
"classname": "ConfettiApp",
"entrypoint": "assets/confetti_app.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "games",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.4.mpk",
"fullname": "com.micropythonos.confetti",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.4_64x64.png",
"long_description": "Nothing special, just a demo.",
"name": "Confetti",
"publisher": "MicroPythonOS",
"short_description": "Just shows confetti",
"version": "0.0.4"
}
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "Connect 4",
"publisher": "MicroPythonOS",
"short_description": "Classic Connect 4 game",
"long_description": "Play Connect 4 against the computer with three difficulty levels: Easy, Medium, and Hard. Drop colored discs and try to connect four in a row!",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.1.0.mpk",
"fullname": "com.micropythonos.connect4",
"version": "0.1.0",
"category": "games",
"activities": [
"activities": [
{
"entrypoint": "assets/connect4.py",
"classname": "Connect4",
"entrypoint": "assets/connect4.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}
],
"category": "games",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.1.0.mpk",
"fullname": "com.micropythonos.connect4",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.1.0_64x64.png",
"long_description": "Play Connect 4 against the computer with three difficulty levels: Easy, Medium, and Hard. Drop colored discs and try to connect four in a row!",
"name": "Connect 4",
"publisher": "MicroPythonOS",
"short_description": "Classic Connect 4 game",
"version": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "Doom Launcher",
"publisher": "MicroPythonOS",
"short_description": "Legendary 3D shooter",
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card and plays them. Place them in the folder /roms/doom/ . Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/icons/com.micropythonos.doom_launcher_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/mpks/com.micropythonos.doom_launcher_0.1.0.mpk",
"fullname": "com.micropythonos.doom_launcher",
"version": "0.1.0",
"category": "games",
}

"category": "games",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/mpks/com.micropythonos.doom_launcher_0.1.0.mpk",
"fullname": "com.micropythonos.doom_launcher",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/icons/com.micropythonos.doom_launcher_0.1.0_64x64.png",
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card and plays them. Place them in the folder /roms/doom/ . Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
"name": "Doom Launcher",
"publisher": "MicroPythonOS",
"short_description": "Legendary 3D shooter",
"version": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "Draw",
"publisher": "MicroPythonOS",
"short_description": "Simple drawing app",
"long_description": "Draw simple shapes on the screen.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.1.0.mpk",
"fullname": "com.micropythonos.draw",
"version": "0.1.0",
"category": "graphics",
"activities": [
"activities": [
{
"entrypoint": "assets/draw.py",
"classname": "Draw",
"entrypoint": "assets/draw.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "graphics",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.1.0.mpk",
"fullname": "com.micropythonos.draw",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.1.0_64x64.png",
"long_description": "Draw simple shapes on the screen.",
"name": "Draw",
"publisher": "MicroPythonOS",
"short_description": "Simple drawing app",
"version": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "ErrorTest",
"publisher": "MicroPythonOS",
"short_description": "Test app with intentional error",
"long_description": "This app has an intentional import error for testing.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.errortest/icons/com.micropythonos.errortest_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.errortest/mpks/com.micropythonos.errortest_0.0.3.mpk",
"fullname": "com.micropythonos.errortest",
"version": "0.0.3",
"category": "development",
"activities": [
"activities": [
{
"entrypoint": "assets/error.py",
"classname": "Error",
"entrypoint": "assets/error.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "development",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.errortest/mpks/com.micropythonos.errortest_0.0.3.mpk",
"fullname": "com.micropythonos.errortest",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.errortest/icons/com.micropythonos.errortest_0.0.3_64x64.png",
"long_description": "This app has an intentional import error for testing.",
"name": "ErrorTest",
"publisher": "MicroPythonOS",
"short_description": "Test app with intentional error",
"version": "0.0.3"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "ESPNowChat",
"publisher": "MicroPythonOS",
"short_description": "ESPNow Chat",
"long_description": "Simple chat app using EspNow protocol for communication between devices.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.espnow_chat/icons/com.micropythonos.espnow_chat_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.espnow_chat/mpks/com.micropythonos.espnow_chat_0.0.1.mpk",
"fullname": "com.micropythonos.espnow_chat",
"version": "0.1.0",
"category": "development",
"activities": [
"activities": [
{
"entrypoint": "assets/espnow_chat.py",
"classname": "EspNowChat",
"entrypoint": "assets/espnow_chat.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "development",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.espnow_chat/mpks/com.micropythonos.espnow_chat_0.1.0.mpk",
"fullname": "com.micropythonos.espnow_chat",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.espnow_chat/icons/com.micropythonos.espnow_chat_0.1.0_64x64.png",
"long_description": "Simple chat app using EspNow protocol for communication between devices.",
"name": "ESPNowChat",
"publisher": "MicroPythonOS",
"short_description": "ESPNow Chat",
"version": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "File Manager",
"publisher": "MicroPythonOS",
"short_description": "Manage files",
"long_description": "Traverse around the filesystem and manage files and folders you find..",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/icons/com.micropythonos.filemanager_0.0.5_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/mpks/com.micropythonos.filemanager_0.0.5.mpk",
"fullname": "com.micropythonos.filemanager",
"version": "0.0.5",
"category": "development",
"activities": [
"activities": [
{
"entrypoint": "assets/file_manager.py",
"classname": "FileManager",
"entrypoint": "assets/file_manager.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "development",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/mpks/com.micropythonos.filemanager_0.0.5.mpk",
"fullname": "com.micropythonos.filemanager",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/icons/com.micropythonos.filemanager_0.0.5_64x64.png",
"long_description": "Traverse around the filesystem and manage files and folders you find..",
"name": "File Manager",
"publisher": "MicroPythonOS",
"short_description": "Manage files",
"version": "0.0.5"
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "HelloWorld",
"publisher": "MicroPythonOS",
"short_description": "Minimal app",
"long_description": "Demonstrates the simplest app.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.5_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.5.mpk",
"fullname": "com.micropythonos.helloworld",
"version": "0.0.5",
"category": "development",
"activities": [
"activities": [
{
"entrypoint": "assets/hello.py",
"classname": "Hello",
"entrypoint": "assets/hello.py",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}

],
"category": "development",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.5.mpk",
"fullname": "com.micropythonos.helloworld",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.5_64x64.png",
"long_description": "Demonstrates the simplest app.",
"name": "HelloWorld",
"publisher": "MicroPythonOS",
"short_description": "Minimal app",
"version": "0.0.5"
}
Loading
Loading