From 3da23934298c956c5b528ae6a0b85afa782ab4b1 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 9 Oct 2019 15:45:03 +0200 Subject: [PATCH] add more information to README --- README | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README b/README index dfe6083..6bbc996 100644 --- a/README +++ b/README @@ -1,7 +1,23 @@ -Installing required packages: +This programmer for the fx-92+ emulator automatically enters algorithm +mode scripts obtained from wes.casio.com into the fx-92+ emulator. + +The fx-92+ emulator can be downloaded from the following link: + + https://edu.casio.com/softwarelicense/index.php#ClassWiz%20Emulator + +Python for Windows and pywin32 are required to run the programmer. + +Python for Windows can be downloaded from the following link: + + https://www.python.org/downloads/windows/ + +The pywin32 package can be installed with the following command: python.exe -m pip install pywin32 -Running with an example fx-92+ code: +The programmer reads the input data (algorithm mode script) from a text +file. Before running the programmer, a wes.casio.com URL must be stored +in a text file. Then, the name of the file must be passed as a command line +argument to the programmer: python.exe fx92-programmer.py flower.txt