I am working on an inventory project for work that will use a mobile computer and have run into a problem. I have written a program using Python and the Gspread library, but forgot to check if it will even work with either the windows mobile or windows CE operating systems. From what I have found there is a version of python for Windows CE but I am not sure if the Gspread library even works with this version of python.
Has anybody had any experience working with these operating systems or does somebody have a better understanding of python and its libraries? can I just install a library into any version of python?