My inspiration for this project came from Grant Collins' Video "Create an Advanced Keylogger in Python - Crash Course". I appreciated that in the beginning of his video he encouraged his audience to try to make their own program and only use his project as ideas. I barely watched the video. In the video's description he gave a link to download a PDF that provided his own resources and advice in bullet-points. His video was simply inspiration. I did a lot of my own research to make my own final tool, which is very different than his.
--> https://www.youtube.com/watch?v=25um032xgrw
The following are some of the resources that I used while making this project:
-
https://stackoverflow.com/questions/579687/how-do-i-copy-a-string-to-the-clipboard
-
https://www.tutorialspoint.com/copy-from-clipboard-using-python-and-tkinter
-
https://www.askpython.com/python/examples/capture-screenshots
-
https://www.programiz.com/python-programming/datetime/current-datetime
-
https://stackoverflow.com/questions/18864859/executing-multiple-functions-simultaneously
-
https://www.udacity.com/blog/2021/09/create-a-timer-in-python-step-by-step-guide.html
-
https://programmingwithswift.com/python-list-all-files-in-directory-and-subdirectories/