🐍
Python Quick Setup & Templates
Todo lo que necesitas para empezar con Python de forma profesional y sin complicaciones
🚀 Inicio Rápido
- 📥 Obtén el repositorio:
git clone https://github.com/rafaelmedina435/python-quicksetup.git
📎 O ingresa directo al repo: https://github.com/rafaelmedina435/python-quicksetup
- ▶️ Ejecuta el script principal:
.\python_quicksetup.ps1
- 🎯 Flujo automatizado:
🚀 Ejecutar python_quicksetup.ps1
↓
🌍 Detectar idioma del sistema
↓
📋 Mostrar versiones Python con recomendaciones (LTS, Recomendada, Mas reciente)
↓
🔍 Verificar si la versión seleccionada ya existe
↓
⬇️ Descargar e instalar Python (si no está instalado)
↓
⚙️ Configurar entorno virtual (opcional)
↓
🔧 Establecer como Python principal en PATH (opcional)
↓
📁 Crear nuevo proyecto (opcional - redirige al flujo de creación)
↓
✅ ¡Listo para programar!
🐍 Python Quick Setup & Templates
Everything you need to start with Python professionally and without complications
🚀 Quick Start
- 📥 Get the repository:
git clone https://github.com/rafaelmedina435/python-quicksetup.git
📎 Or go directly to the repo: https://github.com/rafaelmedina435/python-quicksetup
- ▶️ Run the main script:
.\python_quicksetup.ps1
- 🎯 Automated flow:
🚀 Run python_quicksetup.ps1
↓
🌍 Detect system language
↓
📋 Show Python versions with recommendations (LTS, Recommended, Latest)
↓
🔍 Check if selected version already exists
↓
⬇️ Download & install Python (if not installed)
↓
⚙️ Configure virtual environment (optional)
↓
🔧 Set as main Python in PATH (optional)
↓
📁 Create new project (optional - redirects to creation flow)
↓
✅ Ready to code!