Toggle Navigation
Hatchery
Eggs
Local App Installer
README.md
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
README.md
raw
Content
# This Tool can be used to install local Apps on your badge. # Enter your App Name # 1. Replace the space-holder for the name of your app, change the default name: "newapp" # Add Your App Code: # 1. First copy this script (__init__.py) into your editor. # 2. Pasted your code of your app that you want to install localy into this script. # 3. So change the code between "## !!! REPLACE ME !!! ##" with your code. (remove also the "## !!! REPLACE ME !!! ##" lines) # Install App Steps # 0. Copy the total script. # 1. Connect your badge to your computer. # 2. Open a Terminal/Putty and connect to your Badge. # 3. Enter into the Python Shell. # 4. Press Ctrl + E. # 5. Pasted the just copied script. # 6. Press Ctrl + D. # 7. Press Ctrl + D. # 8. Done. # Now you can see your new app between your apps.