Skip to content

Instantly share code, notes, and snippets.

View ms7m's full-sized avatar
🤺

Mikka ms7m

🤺
View GitHub Profile
@ms7m
ms7m / main.py
Last active April 3, 2026 09:26
commodity news
import os
os.system("say hello")
@ms7m
ms7m / config.js
Created April 9, 2022 05:24
tailwind hover gradient thing
module.exports = {
mode: 'jit',
theme: {
extend: {
animation: {
tilt: 'tilt 10s infinite linear',
fade: 'fadeOut 5s ease-in-out',
},
keyframes: {
{
"Use Non-ASCII Font" : false,
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : 0.5733030673510271,
"Red Component" : 0.00053359762918048226,
"Blue Component" : 1
},
@ms7m
ms7m / main.py
Created April 30, 2021 19:00
Sample Pyinstaller Configuration
import tkinter as tk
from notifypy import Notify
n = Notify()
import sys, os
def resource_path(relative):
if hasattr(sys, "_MEIPASS"):
return os.path.join(sys._MEIPASS, relative)
return os.path.join(relative)
@ms7m
ms7m / setup_bulma.sh
Created April 22, 2020 17:16
setup bulma script
echo "configuring npm project"
npm init -y
echo "installing bulma requirements."
npm install bulma --save-dev
npm install css-loader --save-dev
npm install extract-text-webpack-plugin@next --save-dev
npm install mini-css-extract-plugin --save-dev
npm install node-sass --save-dev
# visual studio code
settings.json
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
pyvenv.cfg