Saturday 16 August 2014

The Number Magnifier

This is a simple 23 lines program which just converts your numbers into strings of numbers which are magnified. You may haven't understood me. This program does this:

                              ___
                             |
  5    becomes       |___
                                   |
                              ___|

It can convert all the ten digits and can display all number combinations from 0 to 9,999,999,999 !


You can even install it as a module.

install pip using sudo apt-get install python-pip
and then run this command in the terminal : pip install numtod

Usage for the module
Use:  from convert import numbers
       numbers(number)

Download it here: Datafilehost


No comments:

Post a Comment