Because Android was open! But does they?
Hello for anyone reading this! My name is Erkhembayar Batjargal (Батжаргалын Эрхэмбаяр) and I'm 12 years old (13 in December)! I'm Mongolian.
- log-the-app A logging utility for Python
- simple-server A super simple server application has GUI
- py3repl & py3ide Python In Browser!
- m2w PyScript Simple Main to Worker and Worker to Main connection API - Look below for more information
Don't miss MongolOS! @MongolOS1162 MongolOS Official Site
... you can feel free to ask - Just make issue in this repo!
How to use?
- On main.py and worker.py, load up m2w.py
- m2w loading tip:
import pyscript, asyncio data = asyncio.run(pyscript.fetch("https://raw.githubusercontent.com/Ericwasepic127/Ericwasepic127/refs/heads/main/m2w.py")) with open("m2w.py", "w") as file: file.write(data)
- After load, import it
- Import just as
import m2w
- If it's on ...
- Main, then use
connect = m2w.Main() - Worker, then use
connect = m2w.Worker()
- Send messages using
connect.sendmsg(Message_here)and recieve usingconnect.getmsg
- It is a simple game written in Python, and simulates ATM working Attackers will try to scam your ATM! Create Rules to protect it! Also don't block regular users too!
- You can run this without installing python, download the safeATM.py, open https://ericwasepic127.github.io/ide.html and click at
Upload code from storage. Then clickRunwhen it's available to click, and follow instructions on screen! If you have local environment, download the safeATM.py and run aspython3 safeATM.py
