Skip to content

Commit

Permalink
Updated ReadMe files
Browse files Browse the repository at this point in the history
Updated ReadMe files
  • Loading branch information
IrvKalb committed Oct 14, 2021
1 parent 88c1a6c commit d522ecb
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 10 deletions.
21 changes: 15 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
pygwidgets
==========
#pygwidgets (pronounced as: "pig wijits")

An open collection of user interface widgets for use with pygame development.

(Pronunciation: pig wijits)
To install, open the command line and enter the following:

If you have questions or are interested in making additions, please contact me:
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.

Irv Kalb
Documentation can be found at: https://pygwidgets.readthedocs.io/en/latest/

Irv at furrypants.com

If you have questions or are interested in making additions, please contact me:

Irv at furrypants.com
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# pygwidgets
#pygwidgets (pronounced as: "pig wijits")

An open collection of user interface widgets for use with pygame development.

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.com
17 changes: 16 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# pygwidgets
#pygwidgets (pronounced as: "pig wijits")

An open collection of user interface widgets for use with pygame development.

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.com
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pygame>=1.9
pygame>=2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
license="BSD",
url='https://github.com/IrvKalb/pygwidgets',
install_requires=[
'pygame>=1.9',
'pygame>=2.0',
],
keywords="pygame widgets user interface buttons text dragger animation image",
classifiers=[
Expand Down

0 comments on commit d522ecb

Please sign in to comment.