turicas/rows

Add currency converter

Open

#32 opened on Jul 23, 2015

 (5 comments) (0 reactions) (0 assignees)Python (136 forks)github user discovery
enhancementhelp wantedquestionrows.fields

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Convert a string made of a number and a currency symbol to float or to a Currency Type.

I think that we should write a simple version of this converter supporting a few frequently used currency, such as:

  • Dolar
  • Euro
  • Yen
  • Real
  • Bitcoin

And then, eventually, build it seriously as another project.

What do you think?

Contributor guide