I hereby claim:
- I am advik-b on github.
- I am advik (https://keybase.io/advik) on keybase.
- I have a public key ASCkicDJGGe6YVnliTyAtP7dSj09-oa9JX1KodTZQizG9Ao
To claim this, I am signing this object:
| import os | |
| from fnmatch import fnmatch | |
| from subprocess import run, TimeoutExpired | |
| import subprocess as cmd | |
| from termcolor import cprint | |
| cmd.run('python3 -m pip install termcolor pytest pyflakes pylint', shell=True) | |
| def listfiles(root, pattern:str='*.*'): | |
| A = [] | |
| for path, subdirs, files in os.walk(root): |
| import os | |
| from fnmatch import fnmatch | |
| from subprocess import run, TimeoutExpired | |
| import subprocess as cmd | |
| from termcolor import cprint | |
| os.system('py -m pip install termcolor pyflakes pylint pytest') | |
| def listfiles(root, pattern:str='*.*'): | |
| A = [] | |
| for path, subdirs, files in os.walk(root): |
I hereby claim:
To claim this, I am signing this object:
| /*-----QWidget-----*/ | |
| QWidget | |
| { | |
| background-color: #121212; | |
| color: #ffffff; | |
| border-color: #051a39; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| fcyksdhA | |
| lqj efglqj gfjtu v# xkbZA | |
| cèksa ikiq vidhjfr gkjsaA | |
| dksfV oqQfyl le cpuq rqEgkjkA | |
| vgks equhlq egkHkV ekuhAA | |
| pgr mM+kou iw¡Qfd igk:AA | |
| ts rjtuh nsf[k efj tkgha AA | |
| eSaa dNq dgk lfgr vfHkekukAA | |
| tks dNq dggq lgkSa fjl jksdhAA | |
| gejs oqQy bUg ij u lqjkbZAA |
| from tkinter import Tk, StringVar, IntVar | |
| from tkinter.font import Font | |
| from tkinter.ttk import Entry, Label | |
| class Temperature: | |
| def __init__(self, temperature: float, unit: str ="C"): | |
| self.celsius: float = 0 | |
| self.kelvin: float = 0 | |
| self.fahrenheit: float = 0 |