Some time ago, I started a small project of a command line application to count and search files by extension. It’s both the creation of a tool I wanted to have for my personal usage and a way to learn and exercise new programming skills. It’s also the first project in a long time that I have been able to collaborate with someone else, wich is great.
Now, the thing is: I wanted this to run both on my Mac and on my iOS devices (and elsewhere), in Pythonista. I have been trying to keep it pure-Python in order to ensure future compatibility, but I am having a hard time trying to understand how can I install it and make it run on StaSh, or through the wrench menu. In Mac or PC, we can easily pip install it from the cloned git repository, but on Pythonista it does not work. Can someone please help?
https://github.com/victordomingos/Count-files
Thanks in advance!