Commit 0dc07eae by Sherif

attempt 6

parent e08efe70
Showing with 3 additions and 4 deletions
...@@ -6,14 +6,13 @@ ...@@ -6,14 +6,13 @@
* Licensed with [the Unlicense](http://unlicense.org/UNLICENSE), so feel free to steal it. * Licensed with [the Unlicense](http://unlicense.org/UNLICENSE), so feel free to steal it.
## How to & Documentation ## How to & Documentation
1. Launch in Python console Launch in a Python console, and use function
2. Use function
romanize("حاجة_بالعربي") romanize("حاجة_بالعربي")
to return the romanization of حاجة\_بالعربي, or use to return the romanization of حاجة\_بالعربي, or use
romanize("حاجة_بالعربي", dictionary) romanize("حاجة_بالعربي", dictionary)
to return the romanization of حاجة\_بالعربي according to the system instructed by _dictionary_. to return the romanization of حاجة\_بالعربي according to the system instructed by _dictionary_.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment