Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cozakoo/python_regularexpressions
- Owner: cozakoo
- Created: 2022-10-16T06:18:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T16:31:16.000Z (8 months ago)
- Last Synced: 2024-12-23T06:17:34.633Z (13 days ago)
- Topics: flask, python
- Language: HTML
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitpython -m venv
source /Scripts/activate
cd expresionesRegulares-python/
pip install -r requirements.txtpython 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