1
0
Fork 0
Un petit éditeur de texte, un petit script python, n'oubliez pas tkinter.
Find a file
2025-11-26 13:36:41 +01:00
doc [doc] Create user documentation 2025-11-26 13:36:41 +01:00
.flake8 [linter] setup 2025-11-20 13:07:33 +01:00
.gitignore [dev] ignore IDE and cache files 2025-11-22 10:12:57 +01:00
lepetitediteur.pyw [feat] Open file using CLI 2025-11-26 13:13:25 +01:00
LICENSE Initial commit 2025-11-19 20:31:08 +01:00
README.md [doc] Create user documentation 2025-11-26 13:36:41 +01:00
requirements-dev.txt [dev] linter and formater 2025-11-20 13:09:33 +01:00

lepetitediteur

Un petit éditeur de texte, un petit script python, n'oubliez pas tkinter.

Python version

Python 3.14.0 you may found it at The Python Foundation.

User documentation

Click here to enter the doc ...

For devs

Recommended stack.

Requirements

pip install -r requirements-dev.txt

Linter

flake8 .\lepetitediteur.pyw

Formater

black .\lepetitediteur.pyw