Skip to content

Instantly share code, notes, and snippets.

from tkinter import *
import requests
from tkinter import ttk
from bitcoinrpc.authproxy import AuthServiceProxy
import jsonrpc
import time
from creds import RPCPASS, RPCUSER, RPCPORT
access = AuthServiceProxy("http://"+str(RPCUSER)+":"+str(RPCPASS)+"@localhost:"+str(RPCPORT)+" ")
info = access.getinfo()
peer = access.getpeerinfo()
from tkinter import *
url = "http://pacific.safeseafoodcoin.com/api/getrawtransaction?txid="
import random
import time
import datetime
import codecs
root = Tk()
root.grid()
import tkinter as tk
from tkinter import *
import awesometkinter as atk
import requests
import jsonrpc
import numpy as np
import matplotlib as plt