Skip to content

Simple Python 3 GUI tool which allows to quickly get the string representing the base64 encoding of an image file

Notifications You must be signed in to change notification settings

wiredolphin/img2base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

img2base64

Simple Python 3 GUI tool which allows to quickly get the string representing the base64 encoding of an image file.

Usage

Download the script and make it executable

sudo chmod 755 img2base64.py

Execute:

./img2base64.py

If everything went fine, a single window comes on screen: open an image file (actually only .png and .jpg) pressing the open file button, then press encode and finally copy the resulting string to your clipboard clicking the copy to clipboard button.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Simple Python 3 GUI tool which allows to quickly get the string representing the base64 encoding of an image file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages