Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cozakoo/python_regularexpressions

Expresiones Regulares en Python
https://github.com/cozakoo/python_regularexpressions

flask python

Last synced: 13 days ago
JSON representation

Expresiones Regulares en Python

Awesome Lists containing this project

README

        

# Utilización de expresiones regulares en python

Proyecto creado para practicar con expresiones regulares en un navegador web de celebridades

## Instalar
```bash
git clone https://github.com/cozakoo/expresionesRegulares-python.git

python -m venv

source /Scripts/activate

cd expresionesRegulares-python/

pip install -r requirements.txt

python expresionRegular.py
```
### Activar venv

| Platform | Shell | Command to activate virtual environment |
| -------- | --------------- | --------------------------------------- |
| POSIX | bash/zsh | $ source /bin/activate |
| | fish | $ source /bin/activate.fish |
| | csh/tcsh | $ source /bin/activate.csh |
| | PowerShell Core | $ /bin/Activate.ps1 |
| Windows | cmd.exe | C:\> \Scripts\activate.bat |
| | PowerShell | PS C:\> \Scripts\Activate.ps1 |

### Configurar variables de entorno