You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,11 @@ Ma participation au concours du serveur discord [Café des devs](https://discord
4
4
5
5

6
6
7
-
### Utilisation
8
-
- Il y a un exécutable windows fais avec pyinstaller, il n'y a pas besoin d'installer de library de ce que j'ai tester
9
-
- On peut aussi l'exécuter de la console "python3 main.py" soit pour windows "py main.py", mais il faudra installer les requirements
10
-
11
-
### Requirements
12
-
Pour installer les requirements, il suffit juste de faire "pip3 install requirements.txt" dans le dossier du jeu, et pour windows c'est "pip install requirements.txt".
7
+
En cas de problème pour tester ma participation, vous pouvez m'ajouter sur discord, j'essayerai de le régler : **jamesfrench_**
13
8
14
-
> [!IMPORTANT]
15
-
> Il est important d'installer les librarys
16
-
17
-
### Installation
18
-
Il faut python :) https://www.python.org/
9
+
### Utilisation
10
+
- Vous pouvez l'exécuter avec la console, mais il vous faudra la library nécessaire
11
+
- Il y a un exécutable pour windows fais avec pyinstaller, il n'y a pas besoin d'installer la library
19
12
20
-
### Autres
21
-
Le code ce trouve dans le fichier main.py
22
-
En cas de problème pour le tester, je suis sur discord: Jamesfrench_
13
+
### Requirement
14
+
Il faut pillow, je l'utilise pour les images (`pip install pillow` ou `pip3 install pillow` pour linux)
0 commit comments