koaning / readme-demo

a demonstration of readme habbits

Home Page:https://calmcode.io/readme-files/dearme-readme.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an example readme file for the mini course on calmcode.io.

Numberstring

The numberstring package can translate integers into strings in python.

Installation

You can install this via pip.

pip install numberstring

Usage

import numberstring 

numberstring.translate(1) # "one"
numberstring.translate(101) # "one-hundred-and-one"
Need help with copy/paste? You can copy and paste this code by using these shortcuts:
  • CMD/CTRL + C: to copy
  • CMD/CTRL + V: to paste
# Code also renders
variable = 1

Contributing

Please read the issue list before posting a PR.

License

This repo has a MIT License.

About

a demonstration of readme habbits

https://calmcode.io/readme-files/dearme-readme.html

License:MIT License