Metadata-Version: 2.1
Name: PythonPlus
Version: 1.0
Summary: My Personal Python Module
Home-page: https://github.com/Dropout1337/PythonPlus
Author: Dropout1337
License: UNKNOWN
Description: # PythonPlus
          Just Another Module With Some Cool Shit
        
        # Installing
          ```
          python -m pip install PythonPlus
          ```
        
        # Usage
          Here Are Some Examples
        
        # Discord Report Bot
            Options
            illegal Conent = 1
            Harrassment = 2
            Spam or Phishing Links = 3
            Self harm = 4
            NSFW Content = 5
          ```py
          from PythonPlus import DiscordReportBot
          DiscordReportBot('Token Here', 'Channel ID', 'Guild ID', 'Message ID', 'Option Number')
          ```
        
        # Ebay Viewbot
          ```py
          from PythonPlus import EbayViewbot
          EbayViewbot('Https://ebay.com/??????')
          ```
        
        # Colors
          ```py
          from PythonPlus import Colors
          print(f'{Colors.Blue} There Are Alot Of Colors.{Colors.Reset}')
          ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
