Skip to content

abhinandan-12/moviesDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moviesDB [CLI]

moviesDB

Get all your movie details in one place! Works on IMDb API

Requirements

Usage

For full functionality, don't run using IDLE or any other Python IDE. Run via terminal (Linux/macOS) or cmd/ps (Windows)

Or, get executable files from releases [Recommended]

It automatically initializes the required database and table, on initial run

Features

You can choose Online-only mode or Online/Offline mode, at the startup of the app

Shows Title, Year, Rating, Directors, Cast, Plot and Genre when searching movie details

Shows Name, Nicknames, Birth Date, Birth Place, Biography and Filmography when searching cast details

  1. Search for movie details online
  2. Search for cast details online
  3. Download/Delete movie details to/from MySQL database (only if using online/offline mode)
  4. Show the downloaded movie list and also their details (only if using online/offline mode)

Screenshots

Main menu (Online/Offline mode) Main Menu

Movie search demo Movie search demo

Modules Used

  1. mysql-connector - https://pypi.org/project/mysql-connector/
  2. IMDbPY - https://pypi.org/project/IMDbPY/
  3. pyfiglet - https://pypi.org/project/pyfiglet/
  4. pillow - https://pypi.org/project/Pillow/
  5. requests - https://pypi.org/project/requests/