Triton Trailblazer (Prerelease)
- Pierce Dolan
- 23 hours ago
- 1 min read
This the era of technology, where any major company will lose if they don't have an AI assistant on their app dashboard. In fact--okay, let me start over.
Welcome to Triton Software Labs, where we try our best to make technology free for you guys. However, our new product, Triton Trailblazer, is available soon for $4.99. I will, however, provide the free version to pique your interest. The paid version has an AI assistant, the free version does not. And this time, I am excited to announce that you do not need a Python interpreter to get this to work. You just need a computer (sorry mobile device users). Triton Trailblazer is a geolocation directions program, basically allowing you to find locations anywhere. It works just like google maps, minus the reviews and all that stuff. It's really easy to use, which is why you should switch to it instead, because its features are not cramped and overly full like google or apple maps.
All you need to do is:
A: Have a computer
B: Download the .zip file
C: Uncompress it
And now, go to your terminal, and type:
sudo apt install python3
or, on Mac:
brew install python3
Then, what you do is, open the terminal, type
cd ~/Triton-Trailblazer copy
and once you're in the directory, type:
python3 -m http.server 8000
Then, once you see something like
running on port 8000
go in your browser (chrome or safari), and type in http://localhost:8000
Enjoy!
Comments