added scripts that Ive been using for a while now

This commit is contained in:
2021-01-12 19:22:00 +01:00
parent 71c4ec4c42
commit ae4035c2da
12 changed files with 574 additions and 0 deletions

7
.local/bin/tools/dropdowncalc Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
ifinstalled python && python -iq -c "print('Welcome to the Calculator')
from numpy import *
import sys
import matplotlib.pyplot as plt
sys.ps1=''
"