Forum Archive

Where is "URL to QR Code.py"?

lsloan

When I choose Pythonista in the iOS share sheet, it shows the option "URL to QR Code", which references the program "URL to QR Code.py". Where is that program located or is its source available online?

omz

It's in Examples/Extension. If it's not there, you can use "Restore Examples" in the settings to get it back.

lsloan

Thanks! That's such an obvious answer that I feel foolish to not have noticed it before. 😳

I had the examples in my app, but instead of looking through the folders, I tried typing things like "qr" or "url" into the search field at the top of the file manager, but I didn't find it. Now that I know I have that program in my files, I understand the search isn't recursive, it only filters the current list.

Are there any plans to make the file manager search recursive?

Webmaster4o

@lsloan A recursive search would indeed be good and not hard to implement.