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

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:

My Skills
My Skills
My Skills

๐ŸŒฑ Currently Learning:

I am currently focused on expanding my proficiency in Python and always looking for opportunities to grow and improve.

Thanks for stopping by! ๐Ÿ˜Š

Pinned

  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']