https://github.com/druchill/organizador-de-archivos-para-windows-python
Con este script podrás organizar tus archivos automáticamente con un solo click.
https://github.com/druchill/organizador-de-archivos-para-windows-python
python script windows-10 windows-11
Last synced: 2 months ago
JSON representation
Con este script podrás organizar tus archivos automáticamente con un solo click.
- Host: GitHub
- URL: https://github.com/druchill/organizador-de-archivos-para-windows-python
- Owner: DruChill
- Created: 2023-02-23T23:37:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T22:48:36.000Z (over 3 years ago)
- Last Synced: 2025-01-21T11:44:44.284Z (over 1 year ago)
- Topics: python, script, windows-10, windows-11
- Language: Python
- Homepage: http://druchill.web.app/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Organiza-tus-archivos
Con este script podrás organizar tus archivos automáticamente.
Organizador de archivos con comprensor de imágenes sin perder calidad. (PROGRAMADOR)
📁 Recursos:
- Tener instalado Python (No importa la versión).
- Tener pip instalado.
📚 Librerías necesarias, solo necesitaremos una:
- image.
***
¿Como instalar Librerías en Visual Studio Code?
Abre la terminal de visual studio code con
Ctrl shift + ñ
Se abrirá la terminal
Escribe lo siguiente: pip install image.
¿Fácil verdad?