Metadata-Version: 2.1
Name: roman-arabic-numerals
Version: 0.8.0
Summary: Roman numerals converting
Author: s0urce
Author-email: boyarkin.gleb@gmail.com
License-File: LICENSE

GitHub: https://github.com/s0urcedev/roman_arabic_numerals

Python Module for converting Roman numbers to Arabic and reverse

'pip install roman-arabic-numerals' - to install

'from roman_arabic_numerals import conv' - to import

'conv.arab_rom(n)' - to convert arabic to roman

'conv.rom_arab('n')' - to convert roman to arabic
