nPython- online python interpreter created for me by me (u also can selfhost nPython)
- python3 and pip
- Flask python lib
git clone https://github.com/KriperPlay/nPython/
cd nPython
python3 app.pyconnect to https://127.0.0.1:5000(after run app.py) or nPython (if u dont want to selfhost nPython)
- u can add ban words, so that block some modules or something else (banwords also worked in "", so add banwords wisely)
- nPython doesnt support inputs!!
a = input() print(f"msg: {a}") # This doesnt will work
- nPython doesnt support arguments(sys)
a = sys.argv[1] print(f"sys.argv[1] = {a}") # This doesnt will work
- My banwords u can check in ban_words.py
thx for using nPython <3



