Add why was this created section

This commit is contained in:
iamdoubz
2026-03-27 14:08:37 -05:00
parent 4d088fa7bb
commit 90cfe009b6
+5 -1
View File
@@ -104,4 +104,8 @@ Download the games.
python dlp.py -nm True -uh True -tw 1 -u atari26roms.txt
```
**NOTE**: if you are using the release, substitute "V-dlp" for "python dlp.py".
**NOTE**: if you are using the release, substitute "V-dlp" for "python dlp.py".
## Why was this created?
iamdoubz wanted to learn how to use python, selenium, and get data from a website. iamdoubz did not know where to start and generated a few lines of code using AI, then added the rest using StackOverflow and Google.