This is a work in progress, but it will be very cool when it's done! I have been working on this for six months! If anyone knows of any code for making those "29%" numbers change in a counting style like in the video or has suggestions on how to make it more like the video, please contact me! Code used: def hack_pentagon(): server = connect_to_server('pentagon.com') database = server.access_database('top_secret') information = database.retrieve_information('classified') print(information) def connect_to_server(server_address): pass class Server: def __init__(self, address): self.address = address def access_database(self, database_name): pass class Database: def __init__(self, name): self.name = name def retrieve_information(self, info_type): pass hack_pentagon()
Inspired by this video: https://www.youtube.com/watch?v=FWETuLvKhNA Listen to this on 25% volume!!!