Initial commit of my_toolbox package with basic tools and setup files.

This commit is contained in:
2024-11-17 03:09:53 +01:00
parent 8179445c03
commit c282e5903c
26 changed files with 214 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
README.md
setup.py
my_toolbox/__init__.py
my_toolbox/calcular_combinatoria.py
my_toolbox/comparar_hash.py
my_toolbox/driver_para_scraping.py
my_toolbox/excel.py
my_toolbox/generar_archivos_carpetas_desde_tree.py
my_toolbox/manejo_archivos.py
my_toolbox/print_to_txt.py
my_toolbox.egg-info/PKG-INFO
my_toolbox.egg-info/SOURCES.txt
my_toolbox.egg-info/dependency_links.txt
my_toolbox.egg-info/top_level.txt
tests/test_herramientas.py