Skip to content

Instantly share code, notes, and snippets.

View yportne8's full-sized avatar
🏠
Working from home

ChongSoo Kim yportne8

🏠
Working from home
View GitHub Profile
from nltk.corpus import wordnet
from spellchecker.spellchecker import SpellChecker
class Word:
def __init__(self, word: str):
self.spell = SpellChecker()
self.word = word
# [NOTE]: The pypi pafy package is broken...
# pip install -m git+https://github.com/mps-youtube/pafy.git
import json
import random
from pathlib import Path
import pafy
from youtube_dl import YoutubeDL
from youtube_search import YoutubeSearch
@yportne8
yportne8 / speech.py
Last active February 14, 2022 01:38
import os
import time
import atexit
import locale
from pathlib import Path
import shutil
import pyttsx3
import winsound
import music_tag
@yportne8
yportne8 / index.html
Created February 17, 2022 23:52
Soundcloud Audio Visualizer
<div id="app">
<nav class="navbar fixed-top navbar-light bg-light dense">
<div class="form-inline">
<a class="btn-icon mr-3" href="https://soundcloud.com/" target="_blank">
<i class="fab fa-soundcloud fa-lg"></i>
</a>
<button @click="onTogglePlay" type="button" class="btn-icon mr-2">
@yportne8
yportne8 / audio-visualizer-4.markdown
Created February 17, 2022 23:56
Audio Visualizer #4
@yportne8
yportne8 / ascii-audio-visualizer.markdown
Created February 18, 2022 00:03
ASCII Audio Visualizer
@yportne8
yportne8 / aframe-fractal-component-audio-visualizer-circle.markdown
Created February 18, 2022 00:09
AFrame Fractal Component Audio Visualizer Circle

AFrame Fractal Component Audio Visualizer Circle

This is a demo of my AFrame Fractal Component. It is a component that allows you to graph points in 3D space that become audio responsive, producing stunning visuals. Inspired by a videogame called The Polynomial.

A Pen by Tino Fileccia on CodePen.

License.

@yportne8
yportne8 / script.js
Created February 18, 2022 00:12
Web Audio Visualizer - WIP
//
// M M
// MMM MMM MMM MMM
// MMM MMM MMM MMM
// MMM MMM MMM
// M M
// M M
// M M
// M M
@yportne8
yportne8 / audio-visualizer-ios-style.markdown
Created February 18, 2022 00:16
Audio Visualizer(IOS style)
@yportne8
yportne8 / css-login-form.markdown
Created February 18, 2022 00:17
CSS Login Form