Skip to content

Instantly share code, notes, and snippets.

View revelcw's full-sized avatar

Revel Carlberg West revelcw

View GitHub Profile
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"
@revelcw
revelcw / README.md
Last active April 10, 2022 17:34
Python Using Tkinter

Python Using Tkinter

© 2017 by Revel Carlberg West. All rights reserved.

Tkinter is way for kids to use GUIs. That creates a basic window like this:

image