Encode and decode text application

Overview

Text Encoder and Decoder

Encode and decode text in many ways using this application!

Encode in:

  • ASCII85
  • Base85
  • Base64
  • Base32
  • Base16
  • Url
  • MD5 Hash
  • SHA-1
  • SHA-224
  • SHA-384
  • SHA-256
  • SHA-512

Decode in:

  • ASCII85
  • Base85
  • Base64
  • Base32
  • Base16
  • Url

Credits

Images


Style Sheets

See the app's license as well

Made with Python 3.9.6 and PyQt5 5.15.4
You might also like...
Codes to pre-train T5 (Text-to-Text Transfer Transformer) models pre-trained on Japanese web texts

t5-japanese Codes to pre-train T5 (Text-to-Text Transfer Transformer) models pre-trained on Japanese web texts. The following is a list of models that

A 1.3B text-to-image generation model trained on 14 million image-text pairs
A 1.3B text-to-image generation model trained on 14 million image-text pairs

minDALL-E on Conceptual Captions minDALL-E, named after minGPT, is a 1.3B text-to-image generation model trained on 14 million image-text pairs for no

Siamese-nn-semantic-text-similarity - A repository containing comprehensive Neural Networks based PyTorch implementations for the semantic text similarity task Automatic number plate recognition using tech:  Yolo, OCR, Scene text detection, scene text recognation, flask, torch
Automatic number plate recognition using tech: Yolo, OCR, Scene text detection, scene text recognation, flask, torch

Automatic Number Plate Recognition Automatic Number Plate Recognition (ANPR) is the process of reading the characters on the plate with various optica

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)
A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022) https://arxiv.org/abs/2203.09388 Jianqi Ma, Zheto

All the essential resources and template code needed to understand and practice data structures and algorithms in python with few small projects to demonstrate their practical application.

Data Structures and Algorithms Python INDEX 1. Resources - Books Data Structures - Reema Thareja competitiveCoding Big-O Cheat Sheet DAA Syllabus Inte

A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.
A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.

Xcessiv Xcessiv is a tool to help you create the biggest, craziest, and most excessive stacked ensembles you can think of. Stacked ensembles are simpl

This is the official implementation of TrivialAugment and a mini-library for the application of multiple image augmentation strategies including RandAugment and TrivialAugment.

Trivial Augment This is the official implementation of TrivialAugment (https://arxiv.org/abs/2103.10158), as was used for the paper. TrivialAugment is

This is a virtual picture dragging application. Users may virtually slide photos across the screen. The distance between the index and middle fingers determines the movement. Smaller distances indicate click and motion, whereas bigger distances indicate only hand movement.
Releases(v0.3.2)
  • v0.3.2(Jul 21, 2021)

    Version 0.3.2

    Contents

    Additions

    • The "credits" window now has an updated stylesheet.

    Changes

    • modules/attributions.py has been deleted.
    • the cut action now cuts from the output text edit.
    • New logging format.

    Bugfixes

    • Pressing the home action on the window tool bar no longer makes the window shorter.
    • triggering the cut action no longer copies the contents of the output text edit and deletes the content of the input text edit. Instead it just cuts all the content from the output text edit.

    Bugs (that I know of)

    • Whenever a cursor hovers over a hyperlink in the "credits" window, all other hyperlinks that are under it become a darker color. (bug 0.3.2 #1)
    • Some error messages (all QErrorMessage popups) always have the window popup title as "python". (bug 0.3.2 #2)
    • The scrollbars on the text edits all extend out of the text edit's border. (bug 0.3.2 #3)

    Future Additions/Changes

    • A settings tab if I have enough motivation.
    • Maybe an updated README.
    There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or changes.
    Source code(tar.gz)
    Source code(zip)
  • v0.3.1(Jul 19, 2021)

    Version 0.3.1

    Content

    Additions

    • None

    Changes

    • The "Credits" window (that the "Credits" action displays) now opens hyperlinks in the user's default browser

    Bugfixes

    • Pressing the "OK" button on the "find" window (that the "Find" action displays) now doesn't crash the application.

    Bugs (That I know of)

    • None, currently
    Source code(tar.gz)
    Source code(zip)
  • v0.3.0(Jul 19, 2021)

    Version 0.3.0

    Contents

    Additions

    • The "Credits" action in the help menu now displays a credits window
    • The "About" action in the help menu now displays a blank 600x600 window
    • New logging file and format

    Changes

    • Dialogs no longer have the "?" button on the title bar

    Bugs (that I know of)

    • None, currently.
    There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or change.
    Source code(tar.gz)
    Source code(zip)
  • v0.2.0(Jul 18, 2021)

    Version 0.2.0

    Contents:

    New Additions

    • Added clock on the right of the window's status bar.
    • 2 new encryption methods SHA-224 and SHA-384 have been added
    • Added the "I'm still working on this" message popup to the About action in the. help menu .
    • Added copyright notice on the main.qss file .
    • New "delete" action in the "Edit" menu.
    • The "web" action now supports website URNs as well as website URLs. (you no long have to put the URL schema anymore.)

    Changes

    • Changed the stillworking default text to "I'm still working on this," removing the emoticon at the end.
    • Changed most of the text in the application to the Segoe UI font.

    Bugs (that I know of)

    • None, currently.
    There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or change.
    Source code(tar.gz)
    Source code(zip)
  • v0.1.0(Jul 16, 2021)

    Version 0.1.0

    New Additions

    • Added a new toolbar with 2 new actions
    • Added a new action that appends a website's html code to the input text edit
    • Added a new action that collects microphone audio, converterts it into text and appends the text to the input text edit (Still being developed)
    • Added functionality for the "Replace" Action in the "Find and Replace" submenu
    • Added "I'm still working on this" message popup whenever an user clicks an action not implemented yet
    • Added a dummy "Find" window for the "Find" action in the "Find and Replace" submenu

    Future Additions (that I hope to add one day)

    • Actual Functionality for the "Find" action
    • Remove the "I'm still working on this" message popup
    • Add a dark and light mode toggle

    Expect the next version or update to be either a bugfix or adding functionality to an action.

    Source code(tar.gz)
    Source code(zip)
  • v0.0.0(Jul 13, 2021)

Owner
Alice
Alice
Deep Text Search is an AI-powered multilingual text search and recommendation engine with state-of-the-art transformer-based multilingual text embedding (50+ languages).

Deep Text Search - AI Based Text Search & Recommendation System Deep Text Search is an AI-powered multilingual text search and recommendation engine w

null 19 Sep 29, 2022
TAP: Text-Aware Pre-training for Text-VQA and Text-Caption, CVPR 2021 (Oral)

TAP: Text-Aware Pre-training TAP: Text-Aware Pre-training for Text-VQA and Text-Caption by Zhengyuan Yang, Yijuan Lu, Jianfeng Wang, Xi Yin, Dinei Flo

Microsoft 61 Nov 14, 2022
Pytorch re-implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition (CVPR 2022)

SwinTextSpotter This is the pytorch implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text R

mxin262 183 Jan 3, 2023
This application explain how we can easily integrate Deepface framework with Python Django application

deepface_suite This application explain how we can easily integrate Deepface framework with Python Django application install redis cache install requ

Mohamed Naji Aboo 3 Apr 18, 2022
[CVPR 2021] Rethinking Text Segmentation: A Novel Dataset and A Text-Specific Refinement Approach

Rethinking Text Segmentation: A Novel Dataset and A Text-Specific Refinement Approach This is the repo to host the dataset TextSeg and code for TexRNe

SHI Lab 174 Dec 19, 2022
a reccurrent neural netowrk that when trained on a peice of text and fed a starting prompt will write its on 250 character text using LSTM layers

RNN-Playwrite a reccurrent neural netowrk that when trained on a peice of text and fed a starting prompt will write its on 250 character text using LS

Arno Barton 1 Oct 29, 2021
Pytorch implementation for "Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter".

Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter This is a pytorch-based implementation for paper Implicit Feature Alignme

wangtianwei 61 Nov 12, 2022
BARTScore: Evaluating Generated Text as Text Generation

This is the Repo for the paper: BARTScore: Evaluating Generated Text as Text Generation Updates 2021.06.28 Release online evaluation Demo 2021.06.25 R

NeuLab 196 Dec 17, 2022
Code for EMNLP 2021 main conference paper "Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification"

Text-AutoAugment (TAA) This repository contains the code for our paper Text AutoAugment: Learning Compositional Augmentation Policy for Text Classific

LancoPKU 105 Jan 3, 2023
FuseDream: Training-Free Text-to-Image Generationwith Improved CLIP+GAN Space OptimizationFuseDream: Training-Free Text-to-Image Generationwith Improved CLIP+GAN Space Optimization

FuseDream This repo contains code for our paper (paper link): FuseDream: Training-Free Text-to-Image Generation with Improved CLIP+GAN Space Optimizat

XCL 191 Dec 31, 2022