Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

clementtech/ImFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImFlix

ImFlix is a Python program that enables users to search for and watch any movie using the IMDb and VidSrc APIs.

Sneak Peak:

Prompt the user for movie name:

image

Confirm with user the movie found:

image

Success message:

image

  • A new tab will open in your default browser to play the movie.

If the user deny during confirmation:

image

Error handling:

image

Prerequisites:

  1. Python
  2. Internet Connection
  3. Ublock Origin
  • Ublock Origin recommended as feedback from friends that VidSrc might redirect to unknown sites.

How to use:

  1. Download the project onto your computer.

    • You can download the project by using the git command:
    git clone https://github.com/clementtech/ImFlix.git
    
  2. Download the required dependencies.

    • The dependencies can be installed using the following command:
    pip install -r requirements.txt
    
  3. Done setup!

    • You can run the program by entering the following command:
    python movie.py
    

Disclaimer:

- This project is for educational purposes ONLY!

- It is meant for practicing the use of APIs

- Please respect the copyright law

- Use at your own risk

About

Watch Any Movie Using Python with IMDb and VidSrc API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages