Skip to content
View Danampasis's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Danampasis

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
Danampasis/README.md

Hi there

Pinned

  1. Pengu-Guardian Pengu-Guardian Public

    Pengu Guardian is a 2D platformer game created using pygame

    Python

  2. RainbowSixSiege-Python-API RainbowSixSiege-Python-API Public

    Forked from billy-yoyo/RainbowSixSiege-Python-API

    Asynchronous python api for rainbow six siege (r6sapi)

    Python

  3. Python Pillow - Resize image and fit... Python Pillow - Resize image and fit/crop to specified dimensions
    1
    #Import required Image library
    2
    from PIL import Image, ImageOps
    3
    
                  
    4
    x = input('Enter original image path\n')
    5
    y = input('Enter resized image file name (without the extension .png,.jpg etc)\n')