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

Block or report wei-y

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