Forum Discussion

hoppingbunny123's avatar
hoppingbunny123
Rising Star
4 years ago

i made a program to find hidden meaning in unedited strings python 3

the link to the source:

mystuffyouknow/work at main · dothehokiepokie/mystuffyouknow (github.com)

 

this finds shorter strings inside a longer unedited string to parse out a deeper hidden meaning in the original string.

 

this is what the program made of the string above, for an example:

 

"

[Running] python -u "c:\Users\office\Desktop\work\app.py"
shorter inside longer unedited parse deeper hidden meaning original 
_________
inside unedited deeper meaning original 

[Done] exited with code=0 in 0.059 seconds

"

 

i bet if you recorded a friends conversation then transcribed it then ran it through the program you would find interesting hidden meaning.

 

program results running the previous string through the program:

 

"

[Running] python -u "c:\Users\office\Desktop\work\app.py"
recorded friends conversation transcribed through program would interesting hidden meaning 
_________
recorded conversation transcribed interesting meaning 

[Done] exited with code=0 in 0.056 seconds

"

18 Replies