Skip to content
View Ericwasepic127's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Ericwasepic127

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ericwasepic127/README.md

📱 I love to use android!

Because Android was open! But does they?

Hi there 👋

Profile views count GitHub followers count

My GitHub streak

Hello for anyone reading this! My name is Erkhembayar Batjargal (Батжаргалын Эрхэмбаяр) and I'm 12 years old (13 in December)! I'm Mongolian.

Thanks for visiting! My logo here!

My favourite creations:

  • log-the-app A logging utility for Python GitHub last commit GitHub stars
  • simple-server A super simple server application has GUI GitHub last commit GitHub stars
  • py3repl & py3ide Python In Browser! GitHub last commit GitHub stars
  • 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

If you got questions to me,

... you can feel free to ask - Just make issue in this repo!

Details about some projects

PyScript m2w

A simple API handles worker & main thread communication in PyScript

How to use?

  1. 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)
  1. After load, import it
  • Import just as import m2w
  1. If it's on ...
  • Main, then use connect = m2w.Main()
  • Worker, then use connect = m2w.Worker()
  1. Send messages using connect.sendmsg(Message_here) and recieve using connect.getmsg

safeATM - Simple minigame of Cybersecurity!

What it is?

  • 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!

How to run?

  • 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 click Run when it's available to click, and follow instructions on screen! If you have local environment, download the safeATM.py and run as python3 safeATM.py

Pinned Loading

  1. log-the-app log-the-app Public

    Log the app

    Python 3

  2. simple-server simple-server Public

    A GUI simple server for ANYONE!

    Python 2

  3. Python REPL for free! Python REPL for free!
    1
    # Searching for python interpreter online?
    2
    
                  
    3
    **No worries!** I made Python REPL on website (browser) for everyone wants portable python online!
    4
    
                  
    5
    # Link: