You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3 program to copy files. Built to copy between 2-4 files at time to reduce overall time. Has a timer for each file of 1 second per Kilobyte, if the timer expires it will log and skip the file. Uses file size & name to prevent copying the same file multiple times.