Giter Site home page Giter Site logo

soygussil / monokai_pro_keygen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maximilionus/monokai_pro_keygen

0.0 0.0 0.0 149 KB

Monokai Pro theme license key generator for Visual Studio Code and Sublime Text

Home Page: https://maximilionus.github.io/monokai_pro_keygen

Python 100.00%

monokai_pro_keygen's Introduction

Monokai Pro - Keygen

Note

New web version of serial key generator now deployed on Github Pages, available on this link.

Source code is also available on page branch of this repository

About

Monokai Pro theme license key generation tool for Visual Studio Code and Sublime Text

Usage

Binary

  1. Download the latest release binary for your platform
  2. Start the monokai_pro_keygen executable
  3. Follow the instructions to generate the key
  4. Copy the key and use it in your editor

Execute from web

  • Since this tool does not require third-party packages you can easily run it from source code. Just ensure that you have python 3 interpreter installed with version higher than 3.6 and move on to the next step

  • Executing the command below in your command shell will launch a local python interpreter, load the main script (./monokai_pro_keygen/main.py) from this repository and execute it

    python -c "import urllib.request;exec(urllib.request.urlopen('https://github.com/maximilionus/monokai_pro_keygen/raw/master/monokai_pro_keygen/main.py').read())"

CLI

About

Since version 1.1.0, this tool now supports cli (command line interface) interactions, meaning that all required data for serial key generation (email, editor) can be provided with just one command.

This feature is available for all variants of this tool (python version) - built executable, web execution, source code run.

Arguments

argument description
--email, -E valid email address, defaults to '[email protected]'
--editor, -M select editor ('code' - VS Code, 'sublime' - Sublime Text)
--simple print generated serial key without any decorations

Example

$ ./monokai_pro_keygen -h
usage: monokai_pro_keygen [-h] [--email EMAIL] [--editor {code,sublime}] [--simple]

Monokai Pro theme license key generator for Visual Studio Code and Sublime Text

optional arguments:
  -h, --help            show this help message and exit
  --email EMAIL, -E EMAIL
                        provide the valid email address, defaults to '[email protected]'
  --editor {code,sublime}, -M {code,sublime}
                        select editor ('code' - VS Code, 'sublime' - Sublime Text)
  --simple              print generated serial key without any decorations

Build

  1. Clone this repository
  2. Install the pipenv package
    $ python -m pip install pipenv
  3. Install the project dependencies with pipenv
    $ pipenv install
  4. Run the build script
    $ pipenv run python build.py

    You can also run the command below to get all available commands in build script

    $ pipenv run python build.py -h  # -h || --help
  5. After a successful build, the executable file can be found in the ./dist/exec directory

monokai_pro_keygen's People

Contributors

maximilionus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.