Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

UtilsDR - Ensemble de modules et class en Python

Ce module regroupe des classes pour gérer : - Les fichiers, - Les Logs, - Affichage Formatté - Les infos Geoip d'un domaine ou d'une @IP.

Vous pouvez l'installer avec pip:

pip install UtilsDR

Exemple d'usage:

>>> from UtilsDR.utils import UtilsFichier
>>> FicUtil = UtilsFichier()
>>> FicUtil.isCheminExiste(nomFic)

Ce code est sous licence MIT.