To use and Setup the Phantom browser:
- 1. Download the Python file from the Download Page.
- 2. Once installed, copy the code and paste it into any python coding software, then type the following terminal command: pip install flask
- 3. Type the command "pip install requests"
- 4. Run the python project and use the browser
- Enjoy the browser!
To Create your own browser
- 1. Download the Python file from the Download Page.
- 2. Once installed, find a python coding software that can run flask. We recommend using Replit as it is the easiest to set up.
- 3. Copy the code or import the .py file to your chosen software.
- 4. Change what you want to change first, DO NOT RUN THE CODE YET
- 5. Then go to the Shell or Terminal and type: "pip install flask"
- 6. Then type: "pip install requests"
- 7. Once done, you can run the project and use your own browser!