All Questions
Tagged with wxpython python-2.x
1 question
2
votes
1
answer
1k
views
Simple program that copies just new files from one directory to another
I'm doing a Python course for beginners, and the last assignment was to create a program using shutil and wxpython that can copy new files (created in the last 24 hours) from one folder into another, ...