All Projects → tonyseek → python-base36

tonyseek / python-base36

Licence: MIT license
Yet another implementation for the positional numeral system using 36 as the radix

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to python-base36

Alfred-Colors-workflow
hex <=> rgb <=> hsl
Stars: ✭ 28 (+33.33%)
Mutual labels:  hex
contentful.ex
Elixir SDK for the Contentful Delivery API
Stars: ✭ 32 (+52.38%)
Mutual labels:  hex
ArduboyCollection
Collection of Arduboy compiled games, demos and applications. Fork the repo and add your own games via Pull requests.
Stars: ✭ 99 (+371.43%)
Mutual labels:  hex
serde with
This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
Stars: ✭ 392 (+1766.67%)
Mutual labels:  hex
dehex
🎨👀 R package: learn to assess a colour hex code by eye
Stars: ✭ 29 (+38.1%)
Mutual labels:  hex
shipit
ShipIt automates Hex package publishing to avoid common mistakes
Stars: ✭ 21 (+0%)
Mutual labels:  hex
Neuron
A GraphQL client for Elixir
Stars: ✭ 244 (+1061.9%)
Mutual labels:  hex
accessible
Dead-simple Access behavior for Elixir structs
Stars: ✭ 27 (+28.57%)
Mutual labels:  hex
exe2hex
Inline file transfer using in-built Windows tools (DEBUG.exe or PowerShell).
Stars: ✭ 284 (+1252.38%)
Mutual labels:  hex
R3ditor
An open-source project created to reverse-engineering some Resident Evil 3 files
Stars: ✭ 19 (-9.52%)
Mutual labels:  hex
monobit
Tools for working with monochrome bitmap fonts
Stars: ✭ 124 (+490.48%)
Mutual labels:  hex
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (+33.33%)
Mutual labels:  hex
codenames
A simple bash script to convert hex values (such as commit ids) to codenames
Stars: ✭ 14 (-33.33%)
Mutual labels:  hex
hext
Markup language and tool for generating binary files
Stars: ✭ 23 (+9.52%)
Mutual labels:  hex
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+319.05%)
Mutual labels:  hex
Xprof
A visual tracer and profiler for Erlang and Elixir.
Stars: ✭ 246 (+1071.43%)
Mutual labels:  hex
literate-binary
Integrate handcrafted binary and documentation
Stars: ✭ 37 (+76.19%)
Mutual labels:  hex
noire
🎨 Light/darken, mix, (de)saturate the colors in Golang with CMYK / RGB / HSV / HSL / Hex / HTML supported.
Stars: ✭ 38 (+80.95%)
Mutual labels:  hex
ecto profiler
Project for Ecto DB profiling
Stars: ✭ 16 (-23.81%)
Mutual labels:  hex
pfp-vim
A vim hex-editor plugin that uses 010 templates to parse binary data using pfp
Stars: ✭ 57 (+171.43%)
Mutual labels:  hex

Build Status Coverage Status PyPI Version Wheel Status

Base36 in Python

Yet another implementation for the positional numeral system using 36 as the radix.

Installation

pip install base36

Usage

import base36

assert base36.dumps(19930503) == 'bv6h3'
assert base36.loads('bv6h3') == 19930503

Issues

If you want to report bugs or request features, please create issues on GitHub Issues.

Contributes

You can send a pull reueqst on GitHub.

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].