An optimized, user-friendly Minecraft name sniper
Join the discord | Submit an issue
Tango is a performant, free, and open-source Minecraft name sniper.
This project's aim is to provide a fast, free, open-source, and trusted alternative to proprietery name snipers. It's aimed at users from all skill levels. Beginners or veterans.
When you change your username in Minecraft, other players can claim the old username after 37 days. Trying to be the first to claim the old username is called name sniping
Currently, most name snipers are proprietery. Because of that they may use your data maliciously. Most of them are also paid, cannot be learned from, and don't accept contributions.
First install Python 3.9 from here.
Then go to your terminal of choice. We can now being to install the dependencies. If you're using Windows, type:
py -m pip install aiohttp colorama bs4 stdiomask toml
instead, if you're using Unix/macOS, type:
python3 -m pip install aiohttp colorama bs4 stdiomask toml
You can download the project by going to here and clicking the green button with the code
label.
Then just install the ZIP.
You can start using Tango by following these steps:
- Open the
src
folder - Run
main.py
build_config.py
Creates your configuration file for the first time, but it can be used again.
main.py
Uses sniper.py
to run a sniping session with the data from your configuration file.
It is advised to have a configuration file before running main.py
, although you don't have to.
View the issues and pull requests for a list of issues, features and bug reports.
You can help this sniper grow. Just follow these steps:
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
The project is distributed under the GPL-3.0 License. Check it out here for a more detailed description.
You can join the official Tango discord server by clicking here.
- This project's README uses Othneil Drew's README template
- This project was partly inspired by MCsniperPY from Kqzz.