© 2017 by Revel Carlberg West. All rights reserved.
Tkinter is way for kids to use GUIs. That creates a basic window like this:
| const images = [ | |
| { | |
| description: "Mountains at night", | |
| src: | |
| "https://images.unsplash.com/photo-1519681393784-d120267933ba?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60" | |
| }, | |
| { | |
| description: "Mountains with snow", | |
| src: | |
| "https://images.unsplash.com/photo-1524654458049-e36be0721fa2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60" |
| const images = [ | |
| { | |
| description: "Mountains at night", | |
| src: | |
| "https://images.unsplash.com/photo-1519681393784-d120267933ba?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60" | |
| }, | |
| { | |
| description: "Mountains with snow", | |
| src: | |
| "https://images.unsplash.com/photo-1524654458049-e36be0721fa2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60" |