Like Ra in latex catsuit, latex mask and high heels
Like Ra's Naughty Playground

time lock "bondage"
AA08I Smart Time Lock LCD Display Electronic Timer Switch USB Rechargeable Timer Padlock Travel Electronic Timer-Qing
$24.84-38%

bodycon pencil dress leather
Sexy Womens Lace Slim Fitting Wet Look Short Dress Pu Leather Bodycon Night Party Club Wear Patchwork Nightclub Ladies Dress
$113.87-25%

latex gloves fetish sexy
latex fetish gloves gummi latex socks sexy stockings wetlook long gloves latex fetish bodysuits for women
$15.73-51%

"amoresy"
AMORESY Joint payment One Piece Swimsuit Color block tights satin glossy Backless swimsuit silky smooth Surfing Swimsuit
$57.91-36%

"adult" "bondage" "jacket"
Tessa Cosplay Naraka: Bladepoint Costume Tessa Red Harness Bondage Belt Dress Sexy Outfit For Woman Anime Role-playing Suit
$472.90-47%

"dreammask" crossdress mask
(M31 Desire X Closed Set) Dreammask Silicone Rubber Maiden Series Crossdress Female Replaceable Face Full head Kig Mask
$1625.03-25%

ultra shimmery "tights"
Women's Lace Top Thigh High Sheer Stockings Antiskid Silicone Ultra Shimmery Pantyhose
$44.83



To view Aliexpress you might need to switch your mobile browser to the Desktop version.


Spanking machine
Spanking machine
€159.95

If you would like to use search functions, view hidden archives or play games, please consider registering.


Software - Random Slideshow
#11
Some "built-in" tumblr site are dead, and are not consistent with their assigned type, but the concept is interesting, and very close to what you're working on.

And I would suggest to save the script, just in case.
Reply
#12
Yes, I think it could be a simple backup plan 😉
I really like the web based application, but I don't know anything about web development and I've got no time to learn. Maybe later 😉
Reply
#13
This is another version of Gooninator:

https://github.com/ififfy/flipflip
https://www.reddit.com/r/sissyhypno/comm...ses_local/
Reply
#14
Beta version of flipflip v3.0 with new UI:

https://github.com/ififfy/flipflip/relea....0.0-beta3
Reply
#15
(18 Oct 2018, 21:52 )gryxo Wrote: Hi,

While procrastinating on my random video player, I made a random slideshow player.

This dirty  script run on Python 3.

You just need to change the path to your picture folder. The script will scan it and then display the pictures on a window.

Here it is :

https://pastebin.com/5847He0C

Feel free to use, share and modify it 😉

Hope that someone find it useful.




Greetings,
gryxo

The syntax of Python must have changed.  To include certain special characters in a string, you need a two-key combo beginning with a backslash.  To get an actual backslash in a string, you need to use a double backslash.  Hence, the \ characters in the path string should be replaced with \\ in modern Python.

Also, you can resize the images so that they are as large as possible that fits into the display window while maintaining the same aspect ratio.  This is most useful when you have pictures that are larger than your screen size.  Blowing up small pictures will make the picture appear less sharp.  You can do this by adding a few lines to your code.

add "import ctypes" to the other import lines.

add the following two lines somewhere near the top after the imports.

user32 = ctypes.windll.user32
W, H = user32.getSystemMetrics(0), user32.getSystemMetrics(1)

Now add the following line to just before the line "photo = ImageTk.PhotoImage(image)"

image.thumbnail( (W,H), Image.ANTIALIAS )

That's it!
Reply
#16
(20 Dec 2020, 10:26 )GCRhoads Wrote: The syntax of Python must have changed.
Possibly Windows vs UNIX?

Try this: https://github.com/ififfy/flipflip
Reply
#17
(20 Dec 2020, 15:13 )Like Ra Wrote: Possibly Windows vs UNIX?

Try this: https://github.com/ififfy/flipflip
FlipFLip is still getting new releases: https://github.com/ififfy/flipflip/releases
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo editing software Like Ra 15 3,830 19 Jan 2025, 23:45
Last Post: Like Ra
Audio editing software, DAWs Like Ra 15 2,124 04 Feb 2022, 02:22
Last Post: Like Ra
Video editing software Like Ra 27 7,533 04 Jan 2022, 19:21
Last Post: Like Ra
Software - the random media player gryxo 7 2,630 23 Oct 2018, 00:09
Last Post: Like Ra
Inventory/collection software Like Ra 0 1,749 20 Sep 2017, 18:58
Last Post: Like Ra



Contributors: GCRhoads (1) , gryxo (5) , Like Ra (11)