first commit
This commit is contained in:
commit
67eb7fa315
13 changed files with 943 additions and 0 deletions
20
ascii_writer/README.md
Normal file
20
ascii_writer/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# ASCII Writer
|
||||
|
||||
Une bibliothèque python pour dessiner avec du texte brut dans le style ASCII (mais avec Unicode).
|
||||
Par Manetta Berends
|
||||
|
||||
## Système
|
||||
- Linux
|
||||
- OSX
|
||||
|
||||
## Dépendance
|
||||
Ce site peut aider à l'installation: https://avoidsoftware.sarahgarcin.com/dependances.html
|
||||
|
||||
- Python 3
|
||||
- Asciiwriter ```pip3 install asciiwriter```
|
||||
|
||||
## Marche à suivre
|
||||
- Télécharger les fichiers .py
|
||||
- Ouvrir le terminal et lancer le script python souhaité: `python3 line.py`
|
||||
- Le résultat s'affiche dans le terminal
|
||||
-Vous pouvez ensuite tester les autres exemples présents dans le dossier et modifier les variables et le texte dans les fichiers Python.
|
||||
Loading…
Add table
Add a link
Reference in a new issue