This file contains 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
#!/usr/bin/env python3 | |
import os | |
from lightning import LightningRpc, Plugin, RpcError | |
from PyQt5.QtWidgets import QApplication, QWidget, QMainWindow | |
from mainWindow import MainWindow | |
def gui(): | |
"""Launches the Qt GUI""" |
This file contains 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
Confidentiality rules for c-simple / règles de confidentialités pour c-simple. | |
I/csimple/c-simple don't store any of your informations. They are your own. | |
Je/csimple/c-simple ne conserve aucune de vos informations. Elles vous appartiennent. |
This file contains 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
#!/bin/bash | |
python3 -m venv --without pip "$1" | |
source "$1/bin/activate" | |
curl https://bootstrap.pypa.io/get-pip.py | python3 | |
deactivate | |
source "$1/bin/activate" | |
rm -rf pip |
NewerOlder