LICENSE
README.md
pyproject.toml
src/pymovies/__init__.py
src/pymovies/__main__.py
src/pymovies/list_movies.py
src/pymovies/quote_from_category.py
src/pymovies/quote_of_the_day.py
src/pymovies/quotes.py
src/pymovies/random_quote.py
src/pymovies.egg-info/PKG-INFO
src/pymovies.egg-info/SOURCES.txt
src/pymovies.egg-info/dependency_links.txt
src/pymovies.egg-info/requires.txt
src/pymovies.egg-info/top_level.txt
tests/test_display_quote_from_movie.py
tests/test_list_movies.py
tests/test_quote_of_the_day.py
tests/test_random_quote.py