Giter Site home page Giter Site logo

maximilionus / monokai_pro_keygen Goto Github PK

View Code? Open in Web Editor NEW
112.0 5.0 32.0 267 KB

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

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

License: The Unlicense

CSS 27.38% HTML 36.74% JavaScript 35.88%
monokai-theme monokai-pro theme visual-studio-code vscode-theme sublime-text

monokai_pro_keygen's Introduction

About

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

Warning
This project is intended only for educational and testing purposes.

Please consider supporting the original author (Wimer Hazenberg) of this fully compatible and well-maintained editor theme, which is one of the best we have for VS Code and Sublime Text. Buying a license would help ensure its continued availability and functionality. ❤️ Thank you!

Note

This project was originally developed as a python script and then evolved into the more useful web version that is currently used as a default one. You still can access the old utility source code on legacy/python git branch.

The releases page contains the original builds of python version and is therefore considered legacy and hidden from the project home.

monokai_pro_keygen's People

Contributors

alialmasi avatar mauriciabad avatar maximilionus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

monokai_pro_keygen's Issues

Email regex check should be enhanced

It's definitely shouldn't be implemented on user-interaction layer

email_regex = re.compile(r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b')

elif not email_regex.match(selected_email):
__print_action("provide the valid email address", is_failure=True)

Email regex check should be implemented as standalone function that will be used in more low-level functions like

def keygen_vscode(email: str) -> str:
"""
Keygen for Visual Studio Code
:param email: valid email address
:type email: str
:return: generated key for theme activation
:rtype: str
"""

def keygen_sublime(email: str) -> str:
"""
Keygen for Sublime Text 3
:param email: valid email address
:type email: str
:return: generated key for theme activation
:rtype: str
"""

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.