🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

coder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coder

A graphical interface tool, integrated web encoding/decoding method, hash method and the ASCII table.

1.0.6
PyPI
Maintainers
1

coder

A graphical interface tool, integrated web encoding/decoding method, hash method and the ASCII table.

Installation

You can use pip to install this module:

.. code:: python

pip install coder

Or download the source code and manual installation:

.. code:: python

python setup.py install

Usage

You can directly use this module as script

.. code:: shell

python -m coder

| The main interface below: | |main interface|

I think you are absolutely know how to use it.

Example & Notes

The partial function of code only supports specific format.

Unicode ^^^^^^^

.. figure:: https://github.com/emptyxl/coder/raw/master/example_images/unicode.png :alt: Unicode

Hex to Dec ^^^^^^^^^^

It only supports the transformation between numeric, more than one numeric interval by space ` `

.. figure:: https://github.com/emptyxl/coder/raw/master/example_images/hex2dec.png :alt: hex2dec

ASCII Table ^^^^^^^^^^^

.. figure:: https://github.com/emptyxl/coder/raw/master/example_images/asciitable.png :alt: ASCII Table

.. |main interface| image:: https://github.com/emptyxl/coder/raw/master/example_images/main_interface.png

Keywords

encdoer decoder encoding decoding

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts