This project contains a chrome extension for calculating simple addition and substraction number using Python. This project also provide REPL for user to play with Python script in the web extension
All you need to do is load this project in chrome extensions
- Open your Google Chrome browser and go to
chrome://extensions/
- Click
Load unpacked
and select this folder - Open the extension and use it!
You can also see the visualization on the Screenshots section
This project uses PyScript and all its runtime dependencies (Pyodides) locally to run Chrome extension using Python
A big "Thank You" to https://github.com/PFython/pyscript-local-runtime for the project template.