Metadata-Version: 2.1
Name: pycordSuperUtils
Version: 0.3.0
Summary: A fork of discordSuperUtils to easily develop discord Bots with pycord
Home-page: https://github.com/areoxy/pycord-super-utils
Author: koyashie07, adam7100 and Areo
License: MIT
Download-URL: https://github.com/areoxy/pycord-super-utils/archive/refs/tags/v0.3.0.tar.gz
Description: <h1 align="center">pycord-super-utils</h1>
        
        <p align="center">
          <a href="https://codefactor.io/repository/github/discordsuperutils/discord-super-utils/"><img src="https://img.shields.io/codefactor/grade/github/discordsuperutils/discord-super-utils?style=flat-square" /></a>
          <a href="https://discord.gg/zhwcpTBBeC"><img src="https://img.shields.io/discord/863388828734586880?logo=discord&color=blue&style=flat-square" /></a>
          <a href="https://pepy.tech/project/discordsuperutils"><img src="https://img.shields.io/pypi/dm/discordSuperUtils?color=green&style=flat-square" /></a>
          <a href="https://pypi.org/project/discordSuperUtils/"><img src="https://img.shields.io/pypi/v/discordSuperUtils?style=flat-square" /></a>
          <a href=""><img src="https://img.shields.io/pypi/l/discordSuperUtils?style=flat-square" /></a>
          <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square">
            <br/>
        </p>
        
        <p align="center">
           A modern python module including many useful features that make discord bot programming extremely easy.
            <br/>
           <b>A fork of discordSuperUtils ready for pycord 2.0 and higher</b>
        </p>
        
        Features
        -------------
        
        
        - Very easy to use and user-friendly.
        - Object Oriented.
        - Modern Leveling Manager.
        - Modern Music/Audio playing manager. [Lavalink and FFmpeg support]
        - Modern Async Database Manager (SQLite, MongoDB, PostgreSQL, MySQL, MariaDB).
        - Modern Paginator.
        - Modern Reaction Manager.
        - Modern Economy Manager.
        - Modern Image Manager (PIL).
        - Modern Invite Tracker.
        - Modern Command Hinter.
        - Modern FiveM Server Parser.
        - Modern Birthday Manager.
        - Modern Prefix Manager.
        - Includes easy to use convertors.
        - Modern spotify client that is optimized for player fetching.
        - Modern Punishment Manager (Kick, Ban, Infractions, Mutes)
        - Modern Template Manager.
        - Modern CogManager that supports usage of managers in discord cogs.
        - Modern MessageFilter and AntiSpam.
        - Customizable ModMail Manager
        - Modern Youtube client that is optimized for player fetching.
        - And many more!
        (MORE COMING SOON!)
        
        Installation
        --------------
        
        Installing pycordSuperUtils is very easy.
        
        ```sh
        python -m pip install pycordSuperUtils
        ```
        
        Examples
        --------------
        
        For Examples have a look into the "examples" folder of our github repo.
        
        Support
        --------------
        
        - **[Support Server](https://discord.gg/zhwcpTBBeC)** | discordSuperUtils Support Server
        - **[Documentation](https://discord-super-utils.gitbook.io/discord-super-utils/)** | Not done
        
Keywords: discord,easy,pycord,music,download,links,images,videos,audio,bot,paginator,economy,reaction,reaction roles,database,database manager
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
