You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ SIGF relies on several Python libraries and modules. Ensure you have the followi
24
24
-**Tkinter:** Tkinter is used for the graphical user interface.
25
25
-**Pillow:** Pillow is used for image processing and manipulation.
26
26
-**Pygame:** Pygame is used to play background music.
27
+
-**WinSound:** A standard python module for playing sound effects.
27
28
-**Random:** A Python standard library module used for generating random numbers.
28
29
-**OS:** A Python standard library module used for operating system-related functions.
29
30
-**WebBrowser:** A Python standard library module used for opening web links.
@@ -56,7 +57,8 @@ SIGF is designed to be intuitive and user-friendly. Here's how to use the applic
56
57
57
58
- **Navigation:**
58
59
- Click the "Next Image" button to navigate through the image gallery.
59
-
- Use the "File" menu to open or save images.
60
+
- Click the "Last Image" button to navigate through the image gallery.
61
+
- Use the "File" menu to open, save, or reset images.
60
62
61
63
- **Image Filters:**
62
64
- Use the "Edit" menu to apply various image filters such as blur, sharpen, smooth, detail, contour, and emboss.
@@ -71,6 +73,11 @@ SIGF is designed to be intuitive and user-friendly. Here's how to use the applic
71
73
72
74
Contributions to SIGF are welcome! If you have any suggestions, bug reports, or feature requests, please feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/LandonPerkinsProsser/SimpleImageSlideshow). Your contributions will help improve and enhance the application for everyone.
73
75
76
+
## Credits
77
+
78
+
- The images are not created by me, the first image is from the Mexican Government when they unvailed a "Alien" to the public, the second image being of the smurf cat meme by Nate Hallinan, the third image being Spongebob by Nickelodeon, the fourth image being Jonesy from Fortnite by Epic Games, and the last image being of the Python Logo on a global internet background by the Python Foundation.
79
+
- The sounds come from Nintendo games and software, the button sound comes from multiple sounds from the DSi Shop just combined together, the edit sound comes from multiple sounds the Mii Channel also combined together, and the save sound comes straight from Mario Kart Wii.
80
+
74
81
## License
75
82
76
83
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments