mfkaptan / pygame-slideshow

A slideshow program made with pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slideshow program made with pygame.

1) Put your images into a folder. Then, copy that folder under "experiments" folder.

2) Create an "config.ini" file and write "[sequence]" at first.

3) Write your images' names into it (per line), after that write a number for delay time.

For example:
[sequence]
cat1.jpg=1000
cat2.jpg=4000
cat3.jpg=3000

3) Enjoy!!!

-How to compile-
$ python slideshow.py cat



About

A slideshow program made with pygame


Languages

Language:Python 100.0%