Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 444 Bytes

Finder

A program to find movies with a two-syllable title ending in er.

Examples:

  • Primer
  • Looper
  • Jumper

Files:

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