Coder Social home page Coder Social logo

maximilionus / monokai_pro_keygen Goto Github PK

View Code? Open in Web Editor NEW
95.0 5.0 29.0 278 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.16% HTML 35.82% JavaScript 37.02%
monokai-theme monokai-pro theme visual-studio-code vscode-theme sublime-text

monokai_pro_keygen's Introduction

MAXIMILI 'maximilionus'

monokai_pro_keygen's People

Contributors

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

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.