- Brython was designed for replacing JavaScript with Python.
- This tutorial will show you how to get started quickly.
pip install brython
Run from SeleniumBase/integrations/brython:
python -m http.server
(You can stop the server by using Ctrl+C)
2. Navigate to http://localhost:8000/
Now click on the examples to see Brython in action.