Close

Hint 4

A project log for HACKaDaY Super Conference Ticket

I don't need the ticket I bought for the Hackaday Super Conference, so someone else can have it.

jlbrian7jlbrian7 11/05/2016 at 01:200 Comments
machine.set_display("image specific")
msg = machine.process_text(msg, replace_char='X')

url_str = ''
for i in msg:
    if i == 'O':
        url_str += 'you pick'
    if i == 'I':
        url_str += 'you pick'

url = text_from_bits(url_str)
print url

Discussions