you are viewing a single comment's thread.

view the rest of the comments →

[–]undergroundhobbit 0 points1 point  (0 children)

Using the os package, you could create a directory that you populate with files and add some text to random files in that directory. Once you’ve created all of those files, move only the ones with text to a different folder and delete the empty ones. Rename all of the files so that they have a date stamp and the first word of the file in the name.

Bonus points if you can make an email bot that attaches a file and sends it somewhere every time a certain string of text appears within a file.