A program to find movies with a two-syllable title ending in er
.
- Primer
- Looper
- Jumper
main.py
: Process movies.csv
, search IMDB for titles, save valid movies
sort.py
: Sort and remove duplicate found movies
movies.csv
: Database of movies
found.txt
: All valid words found
invalid.txt
: Found words that don't fit my purpose
sorted.txt
: Valid found words sorted and deduplicated