Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tastyminerals committed Jan 31, 2016
1 parent e7e569b commit c1ffe45
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
charconv
========
Charconv 0.1 is a small app that displays input query in various unicode representation formats.

![screenshot 1](http://i.imgur.com/BL2ApId.png)

![screenshot 2](http://i.imgur.com/kEvD2R6.png)

Choose your format type on the lower right pane.
Enter a string (10 chars max) in the query above and press "Convert" button to see the results.

Expand All @@ -14,3 +9,11 @@ You can do a reverse query in ``\\u``, ``0x``, ``\\x`` notation as well.
INSTALL:

All you need to do is install [python2.7](https://www.python.org/downloads) and run ``charconv-0.1.pyw``

A few screenshots:

![screenshot 1](http://i.imgur.com/BL2ApId.png)

![screenshot 2](http://i.imgur.com/kEvD2R6.png)


0 comments on commit c1ffe45

Please sign in to comment.