Skip to content

A Python script that encodes strings using elemental symbols.

Notifications You must be signed in to change notification settings

NeptunianEclipse/elementifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elementifier

This is a Python script that when given a string or a list of strings, will output all ways of writing those strings using elemental symbols. For example, the word barber can be written as BArBEr and BaRbEr.

Usage

The script can be run in two ways:

  1. python elementifier [input-string]
    The script will print all possible encodings of input-string in elemental symbols.

  2. python elementifier -f [file] -d [destination]
    The script will attempt to encode all line-seperated strings in file and write them to destination

Running python elementifier -f dictionary.txt -d encodings.txt will attempt encode all English words (using the provided dictionary.txt file) and write these encodings to encodings.txt

About

A Python script that encodes strings using elemental symbols.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages