Skip to content
View wei-y's full-sized avatar

Block or report wei-y

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. pageobj pageobj Public

    Selenium Page Object in Python for human beings

    Python

  2. realworld realworld Public

    Forked from danjac/realworld

    Implementation of real-world application using Django and Unpoly.

    Python

  3. test-playwright-js test-playwright-js Public

    JavaScript

  4. wei-y.github.io.archive wei-y.github.io.archive Public

    Ruby 1

  5. Compare two images, save the differe... Compare two images, save the difference as another image and the returns the difference percentage
    1
    from PIL import Image, ImageChops
    2
    import os
    3
    import subprocess
    4
    
                  
    5