InstaLoop.mp4
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.
- 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.
- Click on the "Select Videos" button to choose your desired video files.
- Once selected, click on "Play Videos" to start playback.
- Enjoy seamless looping playback of your selected videos.
- 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.
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.
- OpenCV: Install using pip:
pip install opencv-python
- Tkinter: Should be included with Python by default. If not installed, install python3-tk:
sudo apt-get install python3-tk
- screeninfo: Install using pip:
pip install screeninfo
- Clone the repository:
git clone https://github.com/yourusername/InstaLoop.git
- Navigate into the project directory:
cd InstaLoop
- Run the application:
python3 InstaLoop.py