Skip to main content

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.

PyPI Version Donate

## Getting Started

Prerequisites

  • 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 of extension_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:

  1. Clone/download the repo
  2. Open cmd/terminal and cd into the project's root folder
  3. Execute python -m pip install -r requirements.txt
  4. Execute python -m extension_maker to run the application

Easy.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page