TheKindDeveloper / Dickscord

A Python Package to Style your prints and for making Discord Tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dickscord

Version Documentation Maintenance License: EPL-2.0 Downloads Discord: yo#7800

BetterHandmadeGull-size_restricted

Install ✨

pip install Dickscord==2.1

Features

  • Colored Text ✅
  • Discord Tools ✅
  • Create Temp Files ✅
  • Do custom prints ✅
  • Discord Tool Support ✅
  • Discord Webhook Options ✅
  • Pc Options ✅
  • Alot Style options ✅
  • Animated text ❌

You Can also Use like: ->, (#), ($), (-), (!), (~), (/), (*), [+], [-], [>], (>) Everything Shows in different Colours

Example #1 🔥

from Dickscord import Style

Style.print(f"(+): Hey this is Dickscord!")

image

Available Dickcord Options

  • Fake Typing
  • Nichname Changer
  • Token Activity Setter
  • Channel Spammer / Server Raider
  • Multiple Token Checker
  • Advanced Channel Spammer, (Emojis, Massping, etc..)
  • Webhook Support (advanced)

Example #2 ⭐


from Dickscord import Style, Dickcord

Style.input(f"(#): You're about to Check all Tokens in Your tokens file!")
Dickcord.checktokens('tokens.txt')

image

Example #3 🥶

from Dickscord import *

Dickcord.webhook(
    option="send",
    url="https://discord.com/api/webhooks/1139650309124280460/O4sEWWx111muKs5aZtOMER682F_9y15ReP-_c6RwbA_G1SozgHquS8fBCXHsea1QWVKG",
    avatar="https://media.discordapp.net/attachments/1128099882671030374/1139697612233130014/askim_aka_leyla.jpg?width=361&height=643",
    username="DICKSCORD",
    message="Dickscord is wild"
)

image

Last Example 😣 (u can do alot more)

from Dickscord import *

Dickcord.webhook(
    option="delete",
    url="https://discord.com/api/webhooks/1139650309124280460/O4sEWWx111muKs5aZtOMER682F_9y15ReP-_c6RwbA_G1SozgHquS8fBCXHsea1QWVKG",
)

image

About

A Python Package to Style your prints and for making Discord Tools.

License:MIT License


Languages

Language:Python 100.0%