#hands-free-slider Hands-Free automated slideshow for Imgur Albums
##Features
- Offline Storage for Albums
- Timed Slideshow for Albums (default time 15s, needs work)
- Fullscreen-friendly
##How to install
###For Windows
-
Download the repo as a zip file
-
Extract the zip file to wherever you want to keep it
-
Open the
install-windows
folder -
Run the
python3.6.0.exe
file to install Python Make sure to check the 'Add Python to PATH option' -
Run the install.bat file to install the prerequisites
-
The Installation is Complete!!
##How to Run
###For Windows
-
Run the run.bat file
-
Type the following in your browser
127.0.0.1:8000/offline/album/
-
Copy and paste the Imgur album URL in the given text field and click
Submit
-
Enjoy!!
##How to Use
-
To start a slideshow, click on the
Click
link to enter fullscreen and start the slideshow
(Down Arrow) - Next Image
(Up Arrow) - Previous Image
(Right Arrow)- Load the description link Imgur album if one exists
##Known issues and fixes
- 'You have x unapplied migrations, .. run python manage.py migrate to apply them'
* run migrate.bat to apply the migrations
* run run.bat to start the server again