Code Monkey home page Code Monkey logo

base64-gui-simple's Introduction

Simple Base64 Encode/Decode GUI

Want to easily convert messages to or from Base64 without using an online service or fully installing a program (note you have to install Python and use pip, so this claim is pointless)? This is the Python GUI for you! Convert simple strings to Base64 either through the GUI or the CLI quickly and efficiently. To get started, read below:


Getting Started

This GUI requires very little setup. You'll be able to use this in no time.

Prerequisites

Just two!

- Python 3.9 (other versions untested)
- Pyperclip for the GUI versions

GUI Usage

  1. Run GUI.py for decoding or GUIenc.py for encoding.

  2. Paste or type in the text you'd like to convert.

  3. Click on the gray arrow.

Optionally use the Copy To Clipboard button to copy the encoded or decoded text to the clipboard.

CLI Usage

  1. Replace the example strings in Encode.py or Decode.py

  2. Run the script

  3. The converted string will be printed in the window or shell used

base64-gui-simple's People

Contributors

cookiestudios5609 avatar

Watchers

 avatar

base64-gui-simple's Issues

This code sucks.

This code sucks, and you shouldn't've followed that terrible tutorial.

Issue: After reading docs, you can very easily see that all encoding or decoding can be done in one line using e = b64encode(variable_that_holds_user_input.encode("utf-8")) or e = b64decode(variable.encode()) and then e.decode()

Solution: Replace the relevant lines of code with these much shorter and more sensible ones.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.