Skip to content

Instantly share code, notes, and snippets.

View AdolfMacro's full-sized avatar
🌀
Talk is cheap. Show me the code :)

Adolf Macro AdolfMacro

🌀
Talk is cheap. Show me the code :)
View GitHub Profile
@ahmed4end
ahmed4end / QPushButton.py
Last active October 29, 2023 06:50
pyqt5 QPushButton animation example.
from PyQt5 import QtWidgets, QtGui, QtCore
from colour import Color # pip install colour
class Main(QtWidgets.QWidget):
def __init__(self):
super().__init__()
self.setStyleSheet("QPushButton{height: 30px;width: 200px;}")
layout = QtWidgets.QHBoxLayout()
@ishad0w
ishad0w / sources.list
Created April 30, 2020 16:55
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse