omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. due3die

    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 4
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    SUDHARSAN M

    @due3die

    0
    Reputation
    1122
    Profile views
    38
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website ismbots.cu.cc Location Chennai Age 39

    due3die Unfollow Follow

    Latest posts made by due3die

    • RE: Pythonista icons beta 2 and beta 3, large icon not same as small icon

      @omz In my iPad 3 & iPhone 5C some pixels very blur.

      posted in Pythonista
      due3die
      due3die
    • RE: Pythonista icons beta 2 and beta 3, large icon not same as small icon

      @omz Thanks for the new icon. But not in high-res, please make it as a high-res, because in different iDevices its horrible to see.

      posted in Pythonista
      due3die
      due3die
    • RE: Need Python script to decode or encode in base64

      @filippocld I need some clarification in the below script.

      from __future__ import absolute_import
      from __future__ import print_function
      import base64
      import clipboard
      decoded = clipboard.get()
      encoded =base64.b64encode (decoded)
      clipboard.set(encoded)
      print("Encoded Value:" ,encoded, end=' ')
      

      When i run the script in Python 2.7 i am getting output but in python 3.5 i am getting error. Please help me.

      posted in Pythonista
      due3die
      due3die
    • RE: Need Python script to decode or encode in base64

      @filippocld Thank you very much.

      posted in Pythonista
      due3die
      due3die
    • RE: Need Python script to decode or encode in base64

      @filippocld Hi, I have to do some modification, raw_input (From clipboard) without return a value & the output pasted to clipboard automatically. Please help me.
      import base64
      encsting = raw_input ('Encoded Value:' "from clipboard")
      decstring = base64.b64decode (encsting)
      print 'Decoded Value:',decstring "to clipboard

      posted in Pythonista
      due3die
      due3die
    • RE: Need Python script to decode or encode in base64

      @filippocld Thank you.

      posted in Pythonista
      due3die
      due3die
    • Need Python script to decode or encode in base64

      Hi,

      Any one know the script to decode or encode in base64 because in FileZilla FTP client using the base64 encryption to encrypt passwords i need to decode those passwords for our record. Normally i am using mobile phone for travel so i need the python script for the same.

      Note: I need prompt for input the encoded value & decoded value.

      posted in Pythonista
      due3die
      due3die
    • RE: Python 3.x Progress Update

      @omz Applied kindly invite me.

      posted in Pythonista
      due3die
      due3die
    • RE: Pythonista 2 Release

      Thanks @omz can not wait @ole

      posted in Pythonista
      due3die
      due3die
    • RE: Dropbox File Picker

      @omz Hi, hope you are fine! Can you please help me for the same to BOX account...

      posted in Pythonista
      due3die
      due3die