https://github.com/nevvyboi/snapsyncmediaviewer
📸 SnapSync: Manage and enjoy your images 🎨 and videos 🎥 effortlessly!
https://github.com/nevvyboi/snapsyncmediaviewer
customtkinter imageprocessing opencv python sqlite3 vlcintegration
Last synced: about 1 month ago
JSON representation
📸 SnapSync: Manage and enjoy your images 🎨 and videos 🎥 effortlessly!
- Host: GitHub
- URL: https://github.com/nevvyboi/snapsyncmediaviewer
- Owner: Nevvyboi
- Created: 2024-12-20T19:19:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:17:58.000Z (over 1 year ago)
- Last Synced: 2025-04-09T00:07:13.250Z (about 1 year ago)
- Topics: customtkinter, imageprocessing, opencv, python, sqlite3, vlcintegration
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📸 SnapSync Media Viewer
SnapSync is an elegant and user-friendly application designed to display images and videos in a customizable media viewer. Built with Python and CustomTkinter, this application ensures a seamless experience for managing and viewing your favorite media files.
---
## ✨ Features
- 📂 **Folder Integration**: Select a folder to add all images and videos automatically to the viewer.
- 🛠️ **Settings Button**: Reset the database with a single click to start fresh.
- 📁 **Folder Page**: View all images and videos currently accessed by the app
- 🌗 **Light and Dark Modes**: Switch seamlessly between light and dark themes for a personalized experience.
- 🎞️ **Video Playback**: Effortlessly play videos with synchronized audio using VLC.
- 🖼️ **Image Display**: Showcase images in a responsive frame with adaptive resizing.
- 💖 **Like Button**: Mark your favorite media with a single click.
- 📂 **File Explorer Integration**: Open files directly in your system's file explorer.
- 🎛️ **Customizable UI**: Enjoy a sleek and modern interface powered by CustomTkinter.
---
## 📂 Folder Structure
```
SnapSync/
├── Src/
│ ├── Utility/
│ │ ├── mediaProcesser.py
│ │ ├── mediaViewer.py # Media viewer implementation
│ │ ├── iconLoader.py # Loads all the icons for the application
│ │ ├── /database.py
│ ├── Database/
│ │ ├── media.db # SQLite database for liked media
│ ├── Icons/
│ │ ├── **.png*.jpg All icons
│ ├── main.py # Entry point
└── README.md # Project documentation
```
---
## 🛠️ Usage
1. Launch the application by running `main.py`.
2. Choose an image or video file to view in the media viewer.
3. Interact with the media viewer:
- 🖱️ Click on the like button to mark media as favorite.
- 📂 Use the file explorer integration to locate media on your system.
---
## 📸 Screenshots
### Home Screen:

### Media Viewer:

---
## 🐞 Known Issues
- 🔇 No sound on video playback when VLC dependencies are missing.
- 🖼️ Some images may not resize properly for extremely small window sizes.
---
## 🎉 Acknowledgments
Special thanks to the open-source community and the developers of the libraries used in this project:
- [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter)
- [Pillow](https://python-pillow.org/)
- [VLC Python Bindings](https://wiki.videolan.org/Python_bindings/)
- [CTkToolTip](https://github.com/TomSchimansky/CTkToolTip)
---