Skip to content

Instantly share code, notes, and snippets.

View ravenkls's full-sized avatar
📝
Grinding

Kristian Smith ravenkls

📝
Grinding
View GitHub Profile
import matplotlib.pyplot as plt
from PyQt5 import QtCore
import numpy as np
import time
import math
class VisualiseFrequency(QtCore.QThread):
def __init__(self, song, canvas, player):