Commit Graph

81 Commits

Author SHA1 Message Date
7ec12c0ce5 clean up prep for catching mouse clicks on buttons 2024-06-05 15:37:05 -04:00
f4e1184d5a Add center x and y properties to button class 2024-06-05 15:27:07 -04:00
fbf4ea2cc4 Make buttons flash when keys pressed 2024-06-05 15:12:32 -04:00
f30bf3481c Allow decimal numbers 2024-06-05 13:19:20 -04:00
4fb59c12ec Add buttons to calculator. Change Cheese font to one that includes numbers. 2024-06-05 12:00:25 -04:00
004afb7fce Change 7-segment font to a fixed width version 2024-06-04 18:27:45 -04:00
d1e0e12b1a Allow number pad digits and decimals to work 2024-06-04 18:12:12 -04:00
2740e7ea6c Now handles integers... long way to go 2024-06-04 15:05:19 -04:00
905eaed96c Initial commit of Calculator 2024-06-04 14:08:43 -04:00
59503067e6 Put some better comments in TextColors. Add some colors to the output of 027_function 2024-06-03 20:18:25 -04:00
a921daa177 Initial .gitignore 2024-06-03 20:03:30 -04:00
be1fc4bc87 Add simple class to store variables for console text coloring 2024-06-03 20:02:15 -04:00
6309dca815 Example of making a function 2024-06-03 19:49:24 -04:00
ff70d33774 Simple recursion example 2024-06-03 19:42:49 -04:00
83c8665406 Include ocmments about nesting 2024-06-03 19:27:31 -04:00
36132e4888 Rename to reflect that it has a nested feature 2024-06-03 19:25:45 -04:00
efaa3b3c57 Introduce the newish match conditional 2024-06-03 19:24:17 -04:00
6c4e660819 Some simple counters and totals 2024-06-03 19:15:02 -04:00
63d4fcdc15 Discuss substrings, finds, concat 2024-06-03 19:14:34 -04:00
47803c2f54 Explain how to control line endings in a print() 2024-06-03 19:08:22 -04:00
770a1a21b6 Some string method examples 2024-06-03 18:16:13 -04:00
7af513d8db Adding some more arithmetic operator examples 2024-06-03 18:15:48 -04:00
8a62a49f36 Missed the actual method name in comment 2024-06-03 14:11:56 -04:00
200772fad2 Add Python Basics to top level readme 2024-06-03 14:00:38 -04:00
7764ba2c19 Fix poor comments 2024-06-03 13:58:34 -04:00
8935995ce5 More basics 2024-06-03 13:57:10 -04:00
58b19d3111 Add the first few basic examples 2024-06-03 13:46:23 -04:00
387d551844 Note about pygame module install 2024-06-03 12:51:09 -04:00
7ee77ff8ba Top level readme. 2024-06-03 12:48:05 -04:00
91ca6ab32a Move readme to correct folder <sigh> 2024-06-03 12:33:19 -04:00
1063fd39d5 Add a README file for the PyGame examples folder 2024-06-03 12:32:11 -04:00