This Python project is designed to manage and display movies and TV series. The program creates folders for each movie and series, places relevant icons in the folders, and saves movie details in a text file. It also downloads and stores images of actors, directors, and writers in the respective folders.
- Search and manage movies and TV series
- Create dedicated folders for each movie and series
- Download and place icons and movie details in the folders
- Save images of actors, directors, and writers
- Clone the repository:
git clone https://github.com/saeedsh78/cover-movies.git cd cover-movies
- Install the dependencies:
pip install -r requirements.txt
- To use this code, you must first get the api key from omdbapi.com and themoviedb.org and put it in the
.env
file.
OMDB_API_KEY=
THEMOVIEDB_API_KEY=
THEMOVIEDB_API_TOKEN=
- And run
main.py
file.
python main.py