Skip to content

Very simple implementation of a graphical base64 converter. Supports multiple input formats.

License

Notifications You must be signed in to change notification settings

metolius25/base64-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base64-GUI

Simple implementation of a Base64 converter with a graphical interface. (Needs Pillow)

Pillow Installation

Run the commands on a terminal as admin/superuser on your respectful operating system.

For Windows

pip install pillow

For Linux

sudo apt-get update
sudo apt-get install python3-pil

For macOS

brew install pillow

https://github.com/python-pillow/Pillow

About

Very simple implementation of a graphical base64 converter. Supports multiple input formats.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages