<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Hi Richard,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">I sent a link recently to this list of a number of examples I have been exploring (as much for my learning as student next year), but I am having issues seeing the sofdev archive, so I am sending again - apologies if
 people receive this twice.</p>
<p style="margin-top:0; margin-bottom:0">Also sent to your e-mail as well Richard.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Some issues with closing the GUIs properly that I need to fix. </p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Note the software is in development with changes made, features added quite often.</p>
<p style="margin-top:0; margin-bottom:0">Install/upgrade latest versions.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"><a href="https://www.dropbox.com/sh/yrp4m2g09gprrpa/AACaLdSAYjmfV0rpIQczowACa?dl=" class="OWAAutoLink" id="LPlnk464875" previewremoved="true">https://www.dropbox.com/sh/yrp4m2g09gprrpa/AACaLdSAYjmfV0rpIQczowACa?dl=</a>1<br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Cheers</p>
<p style="margin-top:0; margin-bottom:0">Tony Crewe</p>
<p style="margin-top:0; margin-bottom:0">CGS (Caulfield Campus)</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> sofdev <sofdev-bounces@edulists.com.au> on behalf of Richard Shelly <RSH@highvalesc.vic.edu.au><br>
<b>Sent:</b> Sunday, 7 October 2018 9:21 PM<br>
<b>To:</b> Year 12 Software Development Teachers' Mailing List<br>
<b>Subject:</b> Re: [Year 12 SofDev] PySimpleGUI</font>
<div> </div>
</div>
<meta content="text/html; charset=iso-8859-1">
<meta name="x_Generator" content="Microsoft Word 15 (filtered medium)">
<div lang="EN-AU">
<div class="x_WordSection1">
<p class="x_MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1F497D">Thanks for that Tony!</span></p>
<p class="x_MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1F497D"> </span></p>
<p class="x_MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1F497D">This was my first year running Python, and everyone (including me) found tkinter a chore!</span></p>
<p class="x_MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1F497D"> </span></p>
<p class="x_MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1F497D">Hoping this will make things easier in future.</span></p>
<p class="x_MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1F497D"> </span></p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="x_MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt; font-family:"Calibri",sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt; font-family:"Calibri",sans-serif"> sofdev <sofdev-bounces@edulists.com.au>
<b>On Behalf Of </b>Tony Crewe<br>
<b>Sent:</b> Wednesday, 26 September 2018 12:41 PM<br>
<b>To:</b> Year 12 Software Development Teachers' Mailing List <sofdev@edulists.com.au><br>
<b>Subject:</b> [Year 12 SofDev] PySimpleGUI</span></p>
</div>
</div>
<p class="x_MsoNormal"> </p>
<div id="x_divtagdefaultwrapper">
<p><span style="font-family:"Calibri",sans-serif; color:black">Hi All,</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">When I moved to python from Visual Studio, I missed a simpler way to create GUIs.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">tkinter can be time consuming and fiddly.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">However, I have been playing PySimpleGUI (based on tkinter) and I think for students it has great possibilities.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">See <a href="https://pypi.org/project/PySimpleGUI/" id="LPlnk336424" previewremoved="true">https://pypi.org/project/PySimpleGUI/</a></span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">I have been playing with some examples I created in tkinter and using this package is more easier and the use of themes is great as well. Simpler, shorter and attractive.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">I have attached some work I have been exploring - I hope the zip files will upload OK.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">For interest, I have included search and sort implementations in python as well.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">Be careful with versions, this is a work in progress by the developer and things are changing regularly.</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">Site has documentation and examples ..</span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
<p><span style="font-family:"Calibri",sans-serif; color:black">Tony Crewe</span></p>
<div id="LPBorder_GT_15379292808060.44990793912020854" style="margin-bottom:15.0pt; overflow:auto">
<table class="x_MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="90%" style="width:90.0%; background:white; border-top:dotted #C8C8C8 1.0pt; border-left:none; border-bottom:dotted #C8C8C8 1.0pt; border-right:none">
<tbody>
<tr>
<td width="271" valign="top" style="width:187.5pt; border:none; padding:15.0pt 15.0pt 15.0pt .75pt">
<div id="LPImageContainer_15379292807950.3312985867007856" style="margin-top:5.0pt; margin-bottom:5.0pt; display:table">
<p class="x_MsoNormal" style="margin-top:15.0pt; background:white"><a href="https://pypi.org/project/PySimpleGUI/" target="_blank" id="LPlnk863928" class="OWAAutoLink" previewremoved="true"><span style="text-decoration:none"><img border="0" width="250" height="250" id="LPThumbnailImageID_15379292807960.15467265651421536" style="width: 2.6041in; height: 2.6041in; user-select: none;" src="https://pypi.org/static/images/twitter.c0030826.jpg"></span></a></p>
<div id="LPBorder_GT_15390605332810.841170239068121" style="margin-bottom:20px; overflow:auto; width:100%; text-indent:0px">
<table id="LPContainer_15390605332680.6108721820189218" cellspacing="0" style="width:90%; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top:1px dotted rgb(200,200,200); border-bottom:1px dotted rgb(200,200,200)">
<tbody>
<tr valign="top" style="border-spacing:0px">
<td id="ImageCell_15390605332720.3022226462604869" colspan="1" style="width:250px; display:table-cell; padding-right:20px">
<div id="LPImageContainer_15390605332730.3482576271755755" style="background-color:rgb(255,255,255); height:250px; margin:auto; display:table; width:250px">
<a id="LPImageAnchor_15390605332740.43945835894232976" href="https://pypi.org/project/PySimpleGUI/" target="_blank" style="display:table-cell; text-align:center"><img id="LPThumbnailImageID_15390605332740.569322768142555" width="250" height="250" style="display:inline-block; max-width:250px; max-height:250px; height:250px; width:250px; border-width:0px; vertical-align:bottom" src="https://pypi.org/static/images/twitter.c0030826.jpg"></a></div>
</td>
<td id="TextCell_15390605332760.5076783120223105" colspan="2" style="vertical-align: top; padding: 0px; display: table-cell; position: relative;">
<div id="LPRemovePreviewContainer_15390605332760.5546280581325975"></div>
<div id="LPTitle_15390605332760.957638139657236" style="top:0px; color:rgb(0,120,215); font-weight:400; font-size:21px; font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height:21px">
<a id="LPUrlAnchor_15390605332790.563013658605861" href="https://pypi.org/project/PySimpleGUI/" target="_blank" style="text-decoration:none">PySimpleGUI · PyPI</a></div>
<div id="LPMetadata_15390605332790.7074512412536269" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:400; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
pypi.org</div>
<div id="LPDescription_15390605332810.07391058666128347" style="display:block; color:rgb(102,102,102); font-weight:400; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:20px; max-height:100px; overflow:hidden">
Design Goals. Copy, Paste, Run. PySimpleGUI's goal with the API is to be easy on the programmer, and to function in a Python-like way. Since GUIs are visual, it was desirable for the code to visually match what's on the screen. By providing a significant amount
 of documentation and an easy to use Cookbook, it's possible to see your first GUI within 5 minutes of beginning the installation.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</div>
</td>
<td valign="top" id="x_TextCell_15379292807980.7421860344614077" style="border:none; padding:0cm 0cm 0cm 0cm; display:table-cell">
<div id="LPTitle_15379292807990.5383484320442149">
<p class="x_MsoNormal" style="margin-top:15.0pt"><span style="font-size:16.0pt; font-family:"Segoe UI Light",sans-serif; color:#0078D7"><a href="https://pypi.org/project/PySimpleGUI/" target="_blank" id="LPlnk754994" class="OWAAutoLink" previewremoved="true"><span style="text-decoration:none">PySimpleGUI
 · PyPI</span></a></span></p>
</div>
<div id="LPMetadata_15379292808020.31949753420762383" style="margin-top:7.5pt; margin-bottom:12.0pt">
<p class="x_MsoNormal" style="margin-top:15.0pt; line-height:10.5pt"><span style="font-size:10.5pt; font-family:"Segoe UI",sans-serif; color:#666666">pypi.org</span></p>
</div>
<div id="LPDescription_15379292808040.8445123637453713">
<p class="x_MsoNormal" style="margin-top:15.0pt; line-height:15.0pt"><span style="font-size:10.5pt; font-family:"Segoe UI",sans-serif; color:#666666">A simple to understand, easy to use, highly customizable GUI for Python. Based solely on tkinter. Make your
 own GUIs. Runs on Raspberry Pi too.</span></p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p class="x_MsoNormal"><span style="font-family:"Calibri",sans-serif; color:black"> </span></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>