Skip to content

Commit 4157fe9

Browse files
authored
Update README.md
1 parent 82b2e68 commit 4157fe9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# UTC2ASCII
22
Convert Unicode text to ASCII
3+
The program will convert text containing Unicode characters and formatting to plain ASCII text. Copy the text you want to convert from the text source (i.e. a website), paste it to the text window, click "Convert" to convert to ASCII, click "Copy" to copy text to clipboard. The Windows executalbe works with no additional modules, but you will have to bypass file safety controls. The Python script requires Python to work, plus two additional modules, unidecode and pyperclip. To install these modules open a Command Prompt window, copy and paste the following commands:
4+
5+
pip install unidecode
6+
pip install pyperclip

0 commit comments

Comments
 (0)