-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
executable file
·58 lines (29 loc) · 1.87 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#pygwidgets (pronounced as: "pig wijits")
An open collection of user interface widgets for use with pygame development.
For more information, see the Overview.txt file.
7/23 Version 1.1
SpriteSheetAnimationCollection class added
AnimationCollection class added
TextRadioButton: Added optional color for text and circle (radio button)
Added ability to work with PyInstaller to create executable application
(builds proper paths on-the-fly)
SoundEffect class added
BackgroundSound class added
Button classes: added activationKeysList to press a button based on any list of keys
(enterToActivate still works and builds the list of activation keys for you)
CheckBox classes: Added toggleValue() method
3/23 Version 1.0.4
Image - fixed two scale and rotate bugs (thanks to Lando Chan)
TextInput - add setLoc to work correctly when moving an input field (thanks to Renato Monteiro)
SpriteSheetAnimation - fixed bug in splitting images (thanks to Alex Stamps)
Button classes: 'soundOnClick' didn't do anything ... now plays the sound on click
To install, open the command line and enter the following:
python3 -m pip install -U pip --user
python3 -m pip install -U pygwidgets --user
The first command ensures that you have the latest version of pip (the installer).
The second line installs the latest version of pygwidgets from PyPI into the
site-packages folder on your computer, so that this package is available to all
of your Python programs.
Documentation can be found at: https://pygwidgets.readthedocs.io/en/latest/
If you have questions or are interested in making additions, please contact me:
Irv at furrypants dot com