This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 185 commits βββββββββββββββββββββ 29.4% | |
π Daytime 237 commits βββββββββββββββββββββ 37.7% | |
π Evening 190 commits βββββββββββββββββββββ 30.2% | |
π Night 17 commits βββββββββββββββββββββ 2.7% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("do it yourself.. at least try") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
from PyQt5.QtWidgets import QMainWindow, QApplication, QWidget, QPushButton, QAction, QLineEdit, QMessageBox, QTextEdit | |
from PyQt5.QtGui import QIcon | |
from PyQt5.QtCore import pyqtSlot | |
import subprocess; | |
import os; | |
import pathlib; | |
class App(QMainWindow): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
just a test lmfao |