Skip to content

giggletech/SlideShow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Image Slideshow Application

A Python-based slideshow application that scans folders for images and displays them with various viewing options.

Features

  • Folder Scanning: Recursively scans all subdirectories for supported image formats
  • Fullscreen Mode: Toggle fullscreen viewing with F11 or the Fullscreen button
  • Random Mode: View images in random order
  • Speed Control: Adjustable slideshow speed (0.5 to 10 seconds)
  • Navigation: Navigate through images manually or automatically
  • Keyboard Shortcuts: Full keyboard control support

Supported Image Formats

  • JPG/JPEG
  • PNG
  • GIF
  • BMP
  • TIFF/TIF
  • WebP

Installation

  1. Install Python 3.7 or higher
  2. Install required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:

    python slideshow_app.py
  2. The application will start with the default folder path: G:\Porn\Furry

  3. You can change the folder path using the Browse button or by editing the text field

  4. Click "Scan" to load images from the selected folder

  5. Use the playback controls to start/stop the slideshow

Controls

Buttons

  • Play/Pause: Start or stop the automatic slideshow
  • Previous/Next: Navigate through images manually
  • Random: Toggle random image selection
  • Speed: Adjust slideshow speed (in seconds)
  • Fullscreen: Toggle fullscreen mode
  • Browse: Select a different folder
  • Scan: Rescan the current folder for images

Keyboard Shortcuts

  • Spacebar: Play/Pause slideshow
  • Left Arrow: Previous image
  • Right Arrow: Next image
  • R: Toggle random mode
  • F11: Toggle fullscreen
  • Escape: Exit fullscreen

Notes

  • The application automatically scans all subdirectories in the selected folder
  • Images are scaled to fit the window while maintaining their aspect ratio
  • The slideshow runs in a separate thread to keep the UI responsive
  • In random mode, both manual navigation and automatic slideshow will select random images

About

Simple Slide Show Viewer to Display Fun Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages