Skip to content

Various python scripts for file access / making life easier.

Notifications You must be signed in to change notification settings

amjabb/Python-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Python-Tools

Various python scripts for file access / making life easier.

Directory Update:

Given a GitHub link this script will download a folder from Github unzip, and replace or add a folder with the same name in your current working directory. Github link is an argument passed through command line.

Dependencies: Python, Google Chrome, chromedriver (for selenium) found here https://sites.google.com/a/chromium.org/chromedriver/

Downloads Handler:

Python script to watch downloads folder, as soon as a new file is added that file is added to the correct folder and removed from the downloads folder. v1 File paths are hardcoded to my computer, doesn't work for folders

TODO:

Script should run at startup.

File paths should be set by user.

Dependencies: Python, Watchdog(pip install watchdog)

About

Various python scripts for file access / making life easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages