diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2021-04-02 18:13:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:32 +0700 |
commit | 7fa5450a08dbffbc78ad3f9dfa6368b92e8e1b54 (patch) | |
tree | c449a8fc872e174f0395bb7f81b0a339576ba7fd /python/python3-pysdl2/README | |
parent | 5526cf82a84de3c7aee7f638ec6ccbbad3d4ddbb (diff) | |
download | slackbuilds-7fa5450a08dbffbc78ad3f9dfa6368b92e8e1b54.tar.gz |
python/python3-pysdl2: Added (PySDL2 Python3 library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pysdl2/README')
-rw-r--r-- | python/python3-pysdl2/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-pysdl2/README b/python/python3-pysdl2/README new file mode 100644 index 0000000000..793874187b --- /dev/null +++ b/python/python3-pysdl2/README @@ -0,0 +1,10 @@ +PySDL2 is a pure Python wrapper around the SDL2, SDL2_mixer, +SDL2_image, SDL2_ttf, and SDL2_gfx libraries. Instead of relying on C +code, it uses the built-in ctypes module to interface with SDL2, and +provides simple Python classes and wrappers for common SDL2 +functionality. + +This package changed the path to python3.x incase of some of my +packages dependencies and the sake of Python3. + +By ~red |