Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beli-sk/pokercards
Python modules for working with poker cards and managing games.
https://github.com/beli-sk/pokercards
Last synced: 30 days ago
JSON representation
Python modules for working with poker cards and managing games.
- Host: GitHub
- URL: https://github.com/beli-sk/pokercards
- Owner: beli-sk
- License: gpl-3.0
- Created: 2013-12-04T16:08:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T19:50:10.000Z (3 months ago)
- Last Synced: 2024-11-07T14:47:56.520Z (about 1 month ago)
- Language: Python
- Size: 28.3 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Poker Cards
===========Python modules for working with poker cards and managing games.
Locations
---------Poker Cards packages are available from Cheese shop (PyPI)
at https://pypi.python.org/pypi/pokercardsDocumentation is available at http://pythonhosted.org/PokerCards/
The `project page `_ is hosted on Github.
If you've never worked with *git* or contributed to a project on Github,
there is a `quick start guide `_.If you find something wrong or know of a missing feature, please
`create an issue `_ on the project
page. If you find that inconvenient or have some security concerns, you could
also drop me a line at .How to use
----------Install
~~~~~~~::
pip install pokercards
License
-------Copyright 2013 Michal Belica
::
Poker Cards is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Poker Cards is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Poker Cards. If not, see < http://www.gnu.org/licenses/ >.