Howdy, Im a beginner to programing and Ive chosen python as my first language to learn. I have recently completed my first "non-tutorial" code. I wrote a book modeled after the old "Choose Your Own Adventure" books. When ran it asks for your name, and puts you into the story, and at different intervals, asks for your input, and changes the direction of the story depending on how you choose your answers.
What I would like to know is how do i set this up as an exe so that I can share my story with others? Is there a way to set it up in python, or do i need to embed my code in another language like c# or java and create an execuitable there?
Any pointers/tips/links to other threads or tutorials, would be greatly appreciated!