Inspiration

I always hated having to remember/think of phrases for my wallets as they were always long and clunky and really had nothing in them to help make them memorable so I thought why not change that by making this

What it does

It creates random 12 word phrases with good entropy and also lets you measure the entropy of your own user generated phrases and lastly provides you a mnemonic/story to help you remember your chosen phrase

How we built it

This was 100% wrritten in Python and used libraries such as llama cpp for the story creation and tkinter for the GUI

Challenges we ran into

The biggest issue for me was making all the parts worked together because I would make them seperately and combine them but that would sometimes cause window errors and compatibility issues which were annoying to iron out

Accomplishments that we're proud of

I'm really proud of myself for learning how to use a LLM in Python. I've never done it before or thought to do it before and it was really fun to try and figure out how.

What we learned

I'm proud to have learnt how to include LLM's and how to calculate things such as Shannon entropy and also some new formatting items on python such as r and f

What's next for VaultMeUp

Hopefully I add the option to choose the length of the phrase in future and also the ability to limit entropy when creating phrases

Built With

Share this project:

Updates