Skip to content

Commit 98845eb

Browse files
authored
Create README.md
1 parent 8f21e07 commit 98845eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AndroidPythonDemo
2+
A demo or test program using Chaquopy to run a Python script in a Java app meant to run on Android. The app will take a message and encrypt it using a hill cipher.
3+
4+
The Python script is the part of the program that runs the hill cipher and the Java app takes the text input from the user and supplies it to the cipher which returns the encoded message back to the Java app to be given to the user.

0 commit comments

Comments
 (0)