Skip to content

Enjoy seamless looping playback of your selected videos. InstaLoop is ideal for anyone looking for a lightweight video player that can handle looping playback of multiple video files without unnecessary complexity.

Notifications You must be signed in to change notification settings

YatoVoid/InstaLoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

InstaLoop.mp4

InstaLoop

InstaLoop is a simple video player application developed using Python's Tkinter and OpenCV libraries. It allows users to select multiple video files (MP4, AVI, MKV formats supported) and play them in a continuous loop. The application features a user-friendly interface for managing selected videos and controlling playback.

Key Features

  • Select and play multiple video files in sequence.
  • Fullscreen playback mode for an immersive viewing experience.
  • Easy exit using the 'Esc' key.
  • Designed for simplicity and ease of use.

How to Use

  1. Click on the "Select Videos" button to choose your desired video files.
  2. Once selected, click on "Play Videos" to start playback.
  3. Enjoy seamless looping playback of your selected videos.
  4. Press the 'Esc' key at any time to exit the application.

InstaLoop is ideal for users seeking a lightweight video player capable of handling looping playback of multiple video files without unnecessary complexity.

Running on Linux

Prerequisites

Ensure you have Python 3.x installed on your system. If not, you can download it from python.org or install it via your package manager.

Installing Dependencies

  1. OpenCV: Install using pip:
    pip install opencv-python
    
  2. Tkinter: Should be included with Python by default. If not installed, install python3-tk:
    sudo apt-get install python3-tk
  3. screeninfo: Install using pip:
    pip install screeninfo
    

Launching InstaLoop

  1. Clone the repository:
    git clone https://github.com/yourusername/InstaLoop.git
  2. Navigate into the project directory:
    cd InstaLoop
  3. Run the application:
    python3 InstaLoop.py

About

Enjoy seamless looping playback of your selected videos. InstaLoop is ideal for anyone looking for a lightweight video player that can handle looping playback of multiple video files without unnecessary complexity.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages