Encode stuff with ducks!

Overview

Duckify Encoder

Usage

Download main.py and run it.

main.py has an encoded version in encoded_main.py.txt.

As A Module

Download the duckify folder (or just download duckify.py from there.)

If you downloaded the folder:

|--[main.py]
|--[duckify]
   |--[__main__.py]
   |--[duckify.py (can be deleted)]
main.py:
import duckify
duckify.encode("hi")
duckify.decode("stuff to decode")

If you downloaded the file:

|--[main.py]
|--[duckify.py]
main.py:
import duckify
duckify.encode("hi")
duckify.decode("stuff to decode")

How It Works

Space ( ) shows a new character. Every new character has a value. Duck ( ๐Ÿฆ† ) is worth 1 Corn ( ๐ŸŒฝ ) is worth 10 Lettuce ( ๐Ÿฅฌ ) is worth 100 The following are new and have not been added to the examples below yet. broccoli ( ๐Ÿฅฆ ) is worth 50 strawberry ( ๐Ÿ“ ) is worth 1000 It checks how many strawberry it can subtract. Then, how many lettuce. Then, how many broccoli. Then, how many corn. Last, how many duck.

Examples

Duckify 'a'

ord('a') == 97

Result: '๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†'

9 corn * 10 per corn = 90 + 7 duck * 1 per duck = 97

Duckify 'abc'

ord('a') == 97

ord('b') == 98

ord('c') == 99

Result: '๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ† ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ† ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†๐Ÿฆ†'

space ( ) is used to show a new character

Owner
Jeremiah
I'm a developer...
Jeremiah
Hack CMU Go Local Project

GoLocal A submission for the annual HackCMU Hackathon. We built a website which connects shopper with local businesses. The goal is to drive consumers

2 Oct 02, 2021
Improved version calculator, now using while True and etc

CalcuPython_2.0 Olรก! Calculadora versรฃo melhorada, agora usando while True e etc... melhorei o design e os carai tudo (rode no terminal, pra melhor ex

Scott 2 Jan 27, 2022
Software for visualization of RTStruct structures on CT images

This script is responsible for the operation of the program, it is responsible for both creating the GUI and the process of processing images from dicom files. The program is based on the use of the

Adam Piszczek 0 Jun 29, 2022
NES development tool made with Python and Lua

NES Builder NES development and romhacking tool made with Python and Lua Current Stage: Alpha Features Open source "Build" project, which exports vari

10 Aug 19, 2022
Helps compare between New and Old Tax Regime.

Income-Tax-Calculator Helps compare between New and Old Tax Regime. Sample Console Input/Output

2 Jan 10, 2022
Python client SDK designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.

This open source project is community-supported. To report a problem or share an idea, use Issues; and if you have a suggestion for fixing the issue,

Venafi, Inc. 13 Sep 27, 2022
Scraping comments from the political section of popular Nigerian blog (Nairaland), and saving in a CSV file.

Scraping_Nairaland This project scraped comments from the political section of popular Nigerian blog www.nairaland.com using the Python BeautifulSoup

Ansel Orhero 1 Nov 14, 2021
Rotating cube with hand

I am still working on this project :)) To-Do(Present): = It needs an algorithm to fine tune my hand's coordinates for rotation of our cube (initial o

Jay Desale 2 Dec 26, 2021
My attempt at this years Advent of Code!

Advent-of-code-2021 My attempt at this years Advent of Code! day 1: ** day 2: ** day 3: ** day 4: ** day 5: ** day 6: ** day 7: ** day 8: * day 9: day

1 Jul 06, 2022
List of resources for learning Category Theory

A curated list of resources for studying category theory. As resources aimed at mathematicians are abundant, this list is aimed at materials whose target audience is not people with a graduate-level

Bruno Gavranoviฤ‡ 100 Jan 01, 2023
Annotates sequences with Eggnog-mapper and hhblits against PDB70

Annotating "hypothetical" proteins with the PDB See config/ for configuration information. This workflow takes as input a set of protein sequences. It

1 Apr 05, 2022
Calc.py - A powerful Python REPL calculator

Calc - A powerful Python REPL calculator This is a calculator with a complex sou

Alejandro 8 Oct 22, 2022
Sathal's Python Projects Repository

Sathal's Python Projects Repository Purpose and Motivation I come from a mainly C Programming Language background and have previous classroom experien

Sam 1 Oct 20, 2021
A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT project.

circt-hls What is this?: A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT p

29 Dec 14, 2022
Data on Free Food at MIT

MIT Free Food Timing Procrastinating research by plotting data on how long it takes emails on the free-food at mit edu mailing list to go through. Dat

Peter Sharpe 2 Nov 01, 2021
Converts a base copy of Pokemon BDSP's masterdatas into a more readable and editable Pokemon Showdown Format.

Showdown-BDSP-Converter Converts a base copy of Pokemon BDSP's masterdatas into a more readable and editable Pokemon Showdown Format. Download the lat

Alden Mo 2 Jan 02, 2022
DD็›‘ๆŽงๅฎค็ฌฌไธ€็‰ˆ

DD็›‘ๆŽงๅฎค ่ฟ่กŒๆŒ‡ๅ—

ๆ‰งๆ˜Ž็ฅžๅ› 1.2k Dec 31, 2022
Automated Changelog/release note generation

Quickly generate changelogs and release notes by analysing your git history. A tool written in python, but works on any language.

Documatic 95 Jan 03, 2023
Hospitality app for ERPNext to manage hotels & restaurants.

Hospitality ERPNext Hospitality module is designed to handle workflows for Hotels and Restaurants. Manage Restaurants The Restaurant module in ERPNext

Frappe 19 Dec 26, 2022
This Open-Source project is great for sensor capture and storage solutions.

Phase 1 This project helps developers in the creation of extended realities that communicate with Arduino and require the security of blockchain stora

Wolfberry, LLC 10 Dec 28, 2022