Skip to content

Instantly share code, notes, and snippets.

View theAbdoSabbagh's full-sized avatar
💭
Never stop asking the question "How?"

abdo theAbdoSabbagh

💭
Never stop asking the question "How?"
View GitHub Profile
@AbstractUmbra
AbstractUmbra / 00-deprecation.md
Last active June 28, 2024 02:30
discord.py 2.0+ slash command info and examples

This gist has now been 'deprecated' and has moved...

... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.

@r00tdaemon
r00tdaemon / Install PyQt5 on Ubuntu with python3 .md
Last active May 4, 2024 04:08
Install PyQt5 on Ubuntu with python3. Steps to set up PyQt5 (ubuntu). With python code generation

Installation

pip3 install --user pyqt5  
sudo apt-get install python3-pyqt5  
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools

Configuring to run from terminal