-
-
due3die
@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.
-
due3die
@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.
-
-
due3die
@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 -
-
due3die
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.
-
-
-
due3die
@omz Hi, hope you are fine! Can you please help me for the same to BOX account...