Skip to content

Instantly share code, notes, and snippets.

@Epicinver
Created July 24, 2024 13:35
Show Gist options
  • Select an option

  • Save Epicinver/f804642b44c16e3765040971c3586e0b to your computer and use it in GitHub Desktop.

Select an option

Save Epicinver/f804642b44c16e3765040971c3586e0b to your computer and use it in GitHub Desktop.
hacker Typer but you can make you're own text. This opens up a Google Drive link so download it and extract using 7-zip.
import webbrowser
def open_google_drive_link():
url = "https://drive.google.com/file/d/1BsVQ48Jlas-JpR_QL-5z1QIBqUK5Aona/view?usp=sharing"
webbrowser.open(url)
if __name__ == "__main__":
open_google_drive_link()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment