All Projects → takeshixx → deen

takeshixx / deen

Licence: Apache-2.0 license
Generic data DEcoding/ENcoding application built with PyQt5.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to deen

bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
Stars: ✭ 120 (+166.67%)
Mutual labels:  encoding
readtext
an R package for reading text files
Stars: ✭ 102 (+126.67%)
Mutual labels:  encoding
QuteMap
Maps using Qt WebEngine and Qt WebChannel using PyQt5/PySide2
Stars: ✭ 27 (-40%)
Mutual labels:  pyqt5
SCF4-SDK
Motorized zoom lens controller Kurokesu SCF4 module featuring STM32 controller and Onsemi LC898201 driver control software
Stars: ✭ 14 (-68.89%)
Mutual labels:  pyqt5
h264-roi
H.264 video Region of Interest encoding tool, using x264
Stars: ✭ 44 (-2.22%)
Mutual labels:  encoding
urdu-characters
📄 Complete collection of Urdu language characters & unicode code points.
Stars: ✭ 24 (-46.67%)
Mutual labels:  encoding
Rocket-Downloader
Desktop App can Download Youtube , Facbook Videos as mp4 , mp3
Stars: ✭ 21 (-53.33%)
Mutual labels:  pyqt5
utils-for-python
small utils for python
Stars: ✭ 45 (+0%)
Mutual labels:  pyqt5
harsh
Hashids implementation in Rust
Stars: ✭ 48 (+6.67%)
Mutual labels:  encoding
sugaroid
The not-that intelligent, but cute Artificially Intelligent bot, created when I was bored.
Stars: ✭ 12 (-73.33%)
Mutual labels:  pyqt5
go-kml
Package kml provides convenience methods for creating and writing KML documents.
Stars: ✭ 67 (+48.89%)
Mutual labels:  encoding
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-55.56%)
Mutual labels:  pyqt5
ssh
A file transfer application
Stars: ✭ 18 (-60%)
Mutual labels:  pyqt5
VBCorLib
The VBCorLib framework brings many of the powerful .NET classes to VB6.
Stars: ✭ 81 (+80%)
Mutual labels:  encoding
wavebin
∿ Oscilloscope waveform capture viewer and converter.
Stars: ✭ 31 (-31.11%)
Mutual labels:  pyqt5
Florodoro
A pomodoro timer that grows procedurally generated trees and flowers while you're studying.
Stars: ✭ 22 (-51.11%)
Mutual labels:  pyqt5
pugdebug
Standalone xDebug client for PHP applications written in Python and Qt5, official fork.
Stars: ✭ 22 (-51.11%)
Mutual labels:  pyqt5
erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-53.33%)
Mutual labels:  pyqt5
SciPlot-PyQt
A Matplotlib-wrapped user-interface for creating and editing publication-ready images and plots
Stars: ✭ 32 (-28.89%)
Mutual labels:  pyqt5
7uring
An advanced cryptography tool for hashing, encrypting, encoding, steganography and more.
Stars: ✭ 15 (-66.67%)
Mutual labels:  encoding

deen

An application that allows to apply encoding, compression and hashing to generic input data. It is meant to be a handy tool for quick encoding/decoding tasks for data to be used in other applications. It aims to be a lightweight alternative to other tools that might take a long time to startup and should not have too many dependencies. It includes a GUI for easy interaction and integration in common workflows as well as a CLI that might be usefule for automation tasks.

Installation

pip3 install deen

Further information is available in the wiki.

Packages

There is a deen-git package available in the Arch User Repository (AUR).

Usage

See the wiki for basic and more advanced usage examples.

Bash Completion

Bash completion can be enabled by adding the following line to your ~/.bash_profile or .bashrc:

source ~/path/to/deen-completion.sh

ZSH Completion

ZSH completion can be enabled by adding the following line to your ~/.zshrc:

autoload bashcompinit && bashcompinit && source ~/path/to/deen-completion.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].