-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonAssignments 3.html
More file actions
1 lines (1 loc) · 4.05 KB
/
PythonAssignments 3.html
File metadata and controls
1 lines (1 loc) · 4.05 KB
1
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><style type="text/css">ol{margin:0;padding:0}table td,table th{padding:0}.c3{color:#000000;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:"Arial";font-style:normal}.c1{padding-top:0pt;padding-bottom:0pt;line-height:1.15;orphans:2;widows:2;text-align:left;height:11pt}.c4{padding-top:0pt;padding-bottom:0pt;line-height:1.15;orphans:2;widows:2;text-align:left}.c7{color:#000000;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:"Arial";font-style:normal}.c2{text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;color:#1155cc;text-decoration:underline}.c6{background-color:#ffffff;max-width:468pt;padding:72pt 72pt 72pt 72pt}.c0{color:inherit;text-decoration:inherit}.c5{font-weight:700}.title{padding-top:0pt;color:#000000;font-size:26pt;padding-bottom:3pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}.subtitle{padding-top:0pt;color:#666666;font-size:15pt;padding-bottom:16pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}li{color:#000000;font-size:11pt;font-family:"Arial"}p{margin:0;color:#000000;font-size:11pt;font-family:"Arial"}h1{padding-top:20pt;color:#000000;font-size:20pt;padding-bottom:6pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h2{padding-top:18pt;color:#000000;font-size:16pt;padding-bottom:6pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h3{padding-top:16pt;color:#434343;font-size:14pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h4{padding-top:14pt;color:#666666;font-size:12pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h5{padding-top:12pt;color:#666666;font-size:11pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h6{padding-top:12pt;color:#666666;font-size:11pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;font-style:italic;orphans:2;widows:2;text-align:left}</style></head><body class="c6"><p class="c4"><span class="c3">Check out the demo files here:</span></p><p class="c4"><span class="c2"><a class="c0" href="https://www.google.com/url?q=https://raw.githubusercontent.com/league-python/league-python.github.io/master/helloWorldTK.py&sa=D&ust=1531938180879000">helloWorldTK.py</a></span></p><p class="c4"><span class="c2"><a class="c0" href="https://www.google.com/url?q=https://raw.githubusercontent.com/league-python/league-python.github.io/master/metricConverter.py&sa=D&ust=1531938180879000">metricConverter.py</a></span></p><p class="c4"><span class="c2"><a class="c0" href="https://www.google.com/url?q=https://raw.githubusercontent.com/league-python/league-python.github.io/master/eventsDemo.py&sa=D&ust=1531938180880000">eventsDemo.py</a></span></p><p class="c1"><span class="c3"></span></p><p class="c4"><span class="c3">A tutorial can be found here:</span></p><p class="c4"><span class="c2"><a class="c0" href="https://www.google.com/url?q=https://tkdocs.com/tutorial/&sa=D&ust=1531938180880000">https://tkdocs.com/tutorial/</a></span></p><p class="c1"><span class="c3"></span></p><p class="c4"><span class="c5">Temperature Converter</span><span class="c3"> - Use TK to make a GUI that converts Fahrenheit to Celsius</span></p><p class="c4"><span class="c3">Fahrenheit = 9/5(Celsius) + 32</span></p><p class="c1"><span class="c3"></span></p><p class="c4"><span class="c5">Calculator </span><span class="c3">- Use TK to make a simple calculator with addition, subtraction, multiplication, and division.</span></p><p class="c1"><span class="c5 c7"></span></p><p class="c4"><span class="c5">Tic Tac Toe </span><span class="c3">- Use TK to make a game of Tic Tac Toe</span></p><p class="c1"><span class="c3"></span></p><p class="c1"><span class="c3"></span></p></body></html>