Easily create browser extensions/add-ons for browsers like Chrome, Firefox, or Edge.
Project description
Extension Maker
Easily create browser extensions/add-ons for browsers like Chrome, Firefox, or Edge.
## Getting StartedPrerequisites
- Python: 3.6-3.12
Installation and Usage
Installing via PyPI
You can install this project using PyPI:
$ pip install extension-maker
Then to run it, windows terminal:
C:\Users\user> python -m extension_maker
If you have more than one version of Python installed, you can use
python -m extension_maker
instead ofextension_maker
.
Then to run it, execute the following in the terminal:
$ extension-maker
Installing via GitHub
$ git clone https://github.com/hemucode/extension_maker.git
$ cd extension_maker
$ python setup.py install
Then to run it, execute the following in the terminal:
$ extension_maker
Running Locally via Github (no install)
You can run this project locally by following these steps:
- Clone/download the repo
- Open cmd/terminal and cd into the project's root folder
- Execute
python -m pip install -r requirements.txt
- Execute
python -m extension_maker
to run the application
Easy.