Metadata-Version: 2.1
Name: MCsniperPY
Version: 0.16.3
Summary: UNKNOWN
Home-page: https://github.com/MCsniperPY/MCsniperPY
Author: Kqzz
License: MIT
Description: <h1 align="center">
        	<img
        		width="500"
        		alt="MCsniperPY"
        		src="https://i.imgur.com/hl7h1ta.png?sanitize=true">
        </h1>
        
        <h3 align="center">
        	MCsniperPY-RECODE
        </h3>
        
        <h3 align="center">
            A Fast, async, and open source Minecraft name sniper.
        </h3>
        
        <p align="center">
        	<strong>
        		<a href="https://mcsniperpy.github.io/">Website</a>
        		•
        		<a href="https://docs.mcsniperpy.com">Docs</a>
        	</strong>
        </p>
        <p align="center">
        	<a href="https://github.com/MCsniperPY/MCsniperPY">
        	<img
        		alt="GitHub Stars"
        		src="https://img.shields.io/github/stars/MCsniperPY/MCsniperPY?color=%2370a1d2&label=Stars%20%E2%AD%90"></a>
        	<a href="https://python.org/download"><img
        		alt="Python Versions"
        		src="https://img.shields.io/badge/Python%20Versions%20%F0%9F%90%8D-3.7%20%7C%203.8-%2370a1d2"></a>
        		<a href="https://mcsniperpy.github.io/discord"><img src="https://img.shields.io/discord/734794891258757160?color=%2370a1d2&label=Discord&logo=discord&logoColor=white"></a>
        		<a href="https://www.codefactor.io/repository/github/mcsniperpy/mcsniperpy/overview/recode"><img src="https://www.codefactor.io/repository/github/mcsniperpy/mcsniperpy/badge/recode" alt="CodeFactor" /></a>
                <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/MCsniperPY?logo=python&logoColor=%2370a1d2">
        </p>
        
        <p align="center">
        	<img src="https://i.imgur.com/5PUNwfR.gif" width="550" alt="example">
        </p>
        
        ## Overview
        
        - **Asynchronous**  • MCsniperPY is asynchronous meaning it tends to be faster and more efficient than multithreaded name snipers
        - **Open source** • MCsniperPY is open source, meaning you can look at everything that goes on behind the scenes to get you a name. This means you can be sure it doesn't steal your account.
        - **Fast** • MCsniperPY is fast, but not so fast that your requests run out instantly.
        
        ## Contributing
        
        MCsniperPY is looking for people to help code it! If you want to contribute something (not just code) refer to `CONTRIBUTING.md`.
        
        ## Installation
        
        ```shell
        # First, find your python prefix. for windows it's `py`, for everything else, it's `python3`
        YOURPYTHONPREFIX -m pip install mcsniperpy
        YOURPYTHONPREFIX -m mcsniperpy --help
        # MCsniperPY is now installed and can be run with:
        YOURPYTHONPREFIX -m mcsniperpy
        ```
        
        ## Development install
        
        ```shell
        git clone https://github.com/MCsniperPY/MCsniperPY.git
        git checkout recode
        pip install --editable .
        mcsniperpy --help
        # You can now edit code / add features / whatever
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
