Skip to main content

Base 69 encoder and decoder

Project description

Base 69

Base 69 becuse cool kids only count in funny internet numbers

Functions:

All base 69s will start with 69*|

encode_base69 Will return a string in base 69
decode_base69 Will return a int

Support

If this made you laugh and you want to get me a cup of tea: https://www.buymeacoffee.com/Michaelrbparker

Examples:

Encoding:

import base69

result = base69.encode_base69(74)
print(result) # "69*|14"

Decoding:

import base69

result = base69.decode_base69("69*|Df")
print(result) # 951

Error:

# Providing invalid input will raise an exception

import base69

result = base69.decode_base69("6*| wm") # Traceback (most recent call last): ... InvalidInput: Invalid Base69 input! Base69 must begin '69*|'
# If you want you can catch this error
import base69

try:
    result = base69.decode_base69("6*| wm")
except base69.InvalidInput:
    print("not cool man, thats just not valid")

Conversion Table:

0:'0',1:'1',2:'2',3:'3',4:'4',5:'5',6:'6',7:'7',8:'8',9:'9',10:'A',11:'B',12:'C',13:'D',14:'E',15:'F',16:'G',17:'H',18:'I',19:'J',20:'K',21:'L',22:'M',23:'N',24:'O',25:'P',26:'Q',27:'R',28:'S',29:'T',30:'U',31:'V',32:'W',33:'X',34:'Y',35:'Z',36:'a',37:'b',38:'c',39:'d',40:'e',41:'f',42:'g',43:'h',44:'i',45:'j',46:'k',47:'l',48:'m',49:'n',50:'o',51:'p',52:'q',53:'r',54:'s',55:'t',56:'u',57:'v',58:'w',59:'x',60:'y',61:'z',62:'+',63:'/',64:'=',65:'@',66:'*',67:'-',68:'!',69:'#'
Number Value
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 A
11 B
12 C
13 D
14 E
15 F
16 G
17 H
18 I
19 J
20 K
21 L
22 M
23 N
24 O
25 P
26 Q
27 R
28 S
29 T
30 U
31 V
32 W
33 X
34 Y
35 Z
36 a
37 b
38 c
39 d
40 e
41 f
42 g
43 h
44 i
45 j
46 k
47 l
48 m
49 n
50 o
51 p
52 q
53 r
54 s
55 t
56 u
57 v
58 w
59 x
60 y
61 z
62 +
63 /
64 =
65 @
66 *
67 -
68 !
69 #

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Base_69-0.2.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file Base_69-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: Base_69-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for Base_69-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a2257885d98da0f71cecf69e5b67346b75bb7e64eea94d9d51403af0d7962014
MD5 2fee78048bcb6d500872b5b0bc5c2691
BLAKE2b-256 b751b1262c152bda36f89ab597c8822e50b5234e02538288374047ff8eb7ebc1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page