commit 70145e4f13472692e87d4c14a4c055a59de7a72b Author: ada <> Date: Tue Nov 29 13:08:42 2022 +0100 yo diff --git a/pranning.py b/pranning.py new file mode 100644 index 0000000..0ecfb62 --- /dev/null +++ b/pranning.py @@ -0,0 +1,4 @@ +import os +# first scan a page +scanning = "scanimage --resolution 300 --mode gray -o reading.png" +os.system(scanning) \ No newline at end of file