omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. sam rod

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 31
    • Best 0
    • Controversial 0
    • Groups 0

    sam rod

    @sam rod

    0
    Reputation
    637
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sam rod Unfollow Follow

    Latest posts made by sam rod

    • RE: get a url from CenterControl

      is for copy the adoress of the source. Is no way to do it. I can download videos from pythonista.

      posted in Pythonista
      sam rod
      sam rod
    • get a url from CenterControl

      I like to move the downloads. But some content is out of my reach. How can i get the link and dowload from the CenterControl.

      posted in Pythonista
      sam rod
      sam rod
    • RE: Pythonista How do I open a URL stream?

      In preference, the scene look runnable. The size and position is editable.

      posted in Pythonista
      sam rod
      sam rod
    • RE: Desktop application with Python Pyqt5 and Matplotlip (Source code)

      Jelly, the bot are in this apart of the web, affair of an App private and no include in the description. are post you have knew.

      posted in Pythonista
      sam rod
      sam rod
    • RE: Rough stick

      I want the link in string type of this control central

      posted in Pythonista
      sam rod
      sam rod
    • RE: Rough stick

      is not what i looking for. Wherever.

      posted in Pythonista
      sam rod
      sam rod
    • RE: How to import folders?

      Or run script from share default view

      from PIL import Image
      import appex
      import ui
      def main():
      	if not appex.is_running_extension():
      		print('This script is intended to be/ run from the sharing extension.')
      		return
      	path=appex.get_file_path()
      	if len(path)>5:
      		import shutil
      		shutil.move(path,'/private/var/mobile/Containers/Shared/AppGroup/29427C70-DDD5-4356-A6C7-0FBAD22F6230/Pythonista3/Documents/' )
      
      	
      if __name__ == '__main__':
      	main()
      
      posted in Pythonista
      sam rod
      sam rod
    • RE: Rough stick

      Is like this to share default:

      import glob
      import dialogs
      path='/private/var/mobile/Containers/Shared/AppGroup/29427C70-DDD5-4356-A6C7-0FBAD22F6230/Pythonista3/Documents/'
      files=[f for f in glob.glob(path+'**/*.py',recursive=True)]
      files_name=[]
      form_list_of_sections=[]
      for f in files:
      	import os
      	with open(f,'r') as file:
      		fn=os.path.basename(file.name)
      		file.close()
      	
      	files_name.append(dict(type = 'check', title = fn,
      	key = 'to_share', value = False)
      	)  
      	
      form_list_of_sections.append(('pick for share pp',files_name, 'the files will appear in other app by share default '))
      
      diag = dialogs.form_dialog(title = 'Form Dialog', sections=form_list_of_sections)```
      posted in Pythonista
      sam rod
      sam rod
    • RE: Examples for dialogs.form_dialog() ?

      this topic is good to prove a posible fix for collect prívate data before to miss in trouble shoting

      posted in Pythonista
      sam rod
      sam rod
    • RE: Rough stick

      how do i call this share sheet?

      posted in Pythonista
      sam rod
      sam rod