Skip to content
View ItsJoshBrown's full-sized avatar
  • Somewhere, Remote

Block or report ItsJoshBrown

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

Hi there! 👋 I'm Josh

Welcome to my GitHub profile! I'm a passionate hobbyist and love learning new technologies:


Languages & Frameworks

My Skills

Databases & Data Tools

My Skills

Dev Tools

My Skills

Terminal & Operating Systems

My Skills

Design & Virtualization

My Skills


Thanks for dropping by!

Pinned Loading

  1. A simple python script to move and o... A simple python script to move and organize files by similar types.
    1
    import os
    2
    import shutil
    3
    
                  
    4
    def get_file_type(file_extension):
    5
        image_extensions = ['.jpg', '.jpeg', '.png', '.gif', '.bmp', '.svg', '.tif', '.tiff']