Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Colorcodes Discord.py

class colors:
    default = 0
    teal = 0x1abc9c
    dark_teal = 0x11806a
    green = 0x2ecc71
    dark_green = 0x1f8b4c
    blue = 0x3498db
    dark_blue = 0x206694
    purple = 0x9b59b6
    dark_purple = 0x71368a
    magenta = 0xe91e63
    dark_magenta = 0xad1457
    gold = 0xf1c40f
    dark_gold = 0xc27c0e
    orange = 0xe67e22
    dark_orange = 0xa84300
    red = 0xe74c3c
    dark_red = 0x992d22
    lighter_grey = 0x95a5a6
    dark_grey = 0x607d8b
    light_grey = 0x979c9f
    darker_grey = 0x546e7a
    blurple = 0x7289da
    greyple = 0x99aab5
Comment

PREVIOUS NEXT
Code Example
Python :: python clear console 
Python :: warning ignore python 
Python :: how to install pyaudio 
Python :: find time of run for python code 
Python :: python slow print 
Python :: python sigmoid function 
Python :: horizontal line matplotlib python 
Python :: pip pickle 
Python :: get stats from array python 
Python :: copy to clipboard python 
Python :: python gui size 
Python :: import datetime 
Python :: convert dataframe to float 
Python :: flip a plot matplotlib 
Python :: generate a list of numbers upto n 
Python :: save an image in python as grayscale cv2 
Python :: renaming headers pandasd 
Python :: requests download image 
Python :: flask delete cookie stackoverflow 
Python :: ind vs wi 
Python :: python read string between two substrings 
Python :: make a list from 0 to n python 
Python :: get current date in python 
Python :: python link shortener 
Python :: how to run python script as admin 
Python :: add search field to django admin 
Python :: find rows not equal to nan pandas 
Python :: classification report scikit 
Python :: pandas add suffix to column names 
Python :: images from opencv displayed in blue 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =