Python Forum

Full Version: How to make chrome extension in python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've explored the forums but all solutions are old and some packages are deprecated.

I want to create a chrome extension and use python packages like scipy, regex, and scrapping libraries.

I'm a python developer and don't know javascript.

is there any way that I can create chrome extension entirely or most using in python?
It's possible: https://pythonspot.com/create-a-chrome-p...th-python/

I'm not using Chrome and I've never tried it.
They describe 3 possible methods to use Python for an Extension.