Skip to content
View josepablo-espinoza's full-sized avatar

Block or report josepablo-espinoza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. change change
    1
    from krita import * # type: ignore
    2
    from PyQt5.QtGui import QColor
    3
    import random
    4
    
                  
    5
    '''
  2. pseudo-pixel-perfect.py pseudo-pixel-perfect.py
    1
    from krita import * # type: ignore
    2
    from time import time
    3
    from PyQt5.QtCore import QByteArray
    4
    
                  
    5
    '''
  3. krita-brush-size-docker krita-brush-size-docker Public

    Quickly and easily adjust the size of your brush in Krita using predefined size presets.

    Python 2

  4. krita-stroke-listener krita-stroke-listener Public

    Simulate a keypress each time a left-click is detected on the drawing canvas.

    Python