start new:
tmux
start new with session name:
tmux new -s myname
const baseColors = [ | |
{ | |
"hex": "#FFFFFF", | |
"name": "White", | |
}, | |
{ | |
"hex": "#000000", | |
"name": "Black", | |
}, | |
{ |
import time | |
import random | |
import re | |
from selenium import webdriver | |
from selenium.webdriver.common.keys import Keys | |
from selenium.common.exceptions import NoSuchElementException, StaleElementReferenceException | |
from chatterbot.trainers import ListTrainer | |
from chatterbot import ChatBot | |
from selenium import webdriver | |
from selenium.webdriver.common.keys import Keys | |
import time | |
import random | |
import sys | |
def print_same_line(text): | |
sys.stdout.write('\r') | |
sys.stdout.flush() |