Metadata-Version: 2.1
Name: noobdev
Version: 0.0.1
Summary: testdrive
Home-page: https://github.com/Cutecatty/noobdev/
Author: Cutecatty
Author-email: theoneandonlystreetdoodler@gmail.com
License: Apache Software License 2.0
Keywords: nbdev
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

nbdev_cards
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

A deck of cards demo of nbdev

## Install

``` sh
pip install nbdev-cards
```

python has problemn with \_

## How to use

this lib provides a Card class for you to create display and compare
cards

``` python
Card(1,3)
```

    3♦

suits are numbered accourding to this list

``` python
suits
```

    ['♣', '♦', '♥', '♠']
