https://github.com/3c0d/interact
https://github.com/3c0d/interact
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3c0d/interact
- Owner: 3C0D
- Created: 2025-07-16T04:18:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T05:09:02.000Z (about 1 year ago)
- Last Synced: 2025-07-17T07:23:03.013Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# Interact
Ceci est le README principal du projet Interact.
Pour consulter l'historique des modifications et les notes de développement, veuillez vous référer au fichier [HISTORY.md](HISTORY.md).
## A voir
Faire une interface graphique avec PySide 6
QWidget plus complexe
## Initialisation
.\venv\Scripts\activate
pip install -r requirements.txt
python main.py
## Commandes git avancées souvent utilisées
- git init
- git remote add origin https://github.com/3C0D/Interact.git
- git add .
- git commit -m "message"
- git push -u origin main (-u pour la première fois)
- git branch -M main (renommer la branche main)
- git pull origin main
- git push -u origin main --force ( force le push)
- git rm -r --cached (Retirer le dossier de l'index Git, pas du disque)