在印地语中将数字转换成字符串的包装

num2wordshindi的Python项目详细描述


新地

将数字转换为印地语字符串

使用方法: 将数字转换为字符串

engine = Num2wordshindi(num) # enter the number you want to change converted_string = engine.to_words() # to convert in words convert number to currency converted_currency = engine.to_currency() # to converrt in indian currency (ruppes, paisa)

例如:

engine = Num2wordshindi(3265.21) words = engine.to_words() curency = engine.to_currency() print(words) print(currency)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
我们可以使用java for loop with switch语句。。?   java如何从具有循环关系的数据集生成树?   使用s:mvcUrl标记时java Spring启动问题   javascript Wicket调色板水平滚动条在firefox中不显示   java如何清理Maven插件绑定?   java将文件从设备发送到计算机不起作用(文件被破坏)   Java GPU编程的性能   java字符串标记器问题   连接Java LDAP断开连接   java Android GridView将无法确定正确的位置   java AlarmManager在指定时间未显示toast消息   MVC中的java测试外观|断言返回类型   logcat上的java Android运行时错误   java Building Workspace在Eclipse中遇到错误   堆栈溢出尾部递归遗传算法抛出“awteventque0”java。StackOverflowerr语言   java ArrayOutOfBounds测试代码不工作   java有没有像Moodle这样流行的课程管理系统?   java如何从jsp获取xml文件作为响应