Submitted by Singularian2501 t3_11zsdwv in MachineLearning
Intrepid_Meringue_93 t1_jdeumk2 wrote
Reply to comment by ai_fanatic_2023 in [N] ChatGPT plugins by Singularian2501
This news made me want to learn Python.
Izzhov t1_jdhlnrg wrote
I wrote a Python application for the first time using GPT-4 yesterday, it took me just a few hours to make something that could go into any folder and put all the images in all the subfolders into a Fullscreen slideshow with a black background and no border and each image resized to fit the screen without changing the aspect ratio that I can navigate with the arrow keys (looping back around to the first image after I hit the last one) and randomize the order with the spacebar (pressing spacebar again returns the original ordering) and toggle a display of the full image file path in white text with a black border in the upper left corner of the screen by pressing the q key which updates to match the image as I navigate the slide show and which hides my mouse cursor while I am focused on the fullscreen window and which automatically focuses the window once the program starts and which closes the program when I hit Esc and which, when I hold an arrow key down, goes to the next image, pauses for one second, and then proceeds through the following images at a rate of 10 per second until I lift the arrow key
This from knowing absolutely nothing about python a few hours prior. Using GPT-4 to write code makes me feel like a god dang superhero
Oh yeah, and I'd also never written a program that had a GUI before. In any language.
VelvetyPenus t1_jdj5zap wrote
on the very day programming was declared dead. lol.
[deleted] t1_jdj5uqr wrote
[removed]
Viewing a single comment thread. View all comments