Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xloupx/app_futebol
App_Futebol faz a raspagem das noticias do site relacionada ao time Real Madrid
https://github.com/xloupx/app_futebol
beautifulsoup beautifulsoup4 futebol interface python python3 qt5 realmadrid resources webscraping
Last synced: about 2 months ago
JSON representation
App_Futebol faz a raspagem das noticias do site relacionada ao time Real Madrid
- Host: GitHub
- URL: https://github.com/xloupx/app_futebol
- Owner: XlouPx
- Created: 2024-04-17T11:50:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:27:16.000Z (8 months ago)
- Last Synced: 2024-10-13T00:44:55.873Z (3 months ago)
- Topics: beautifulsoup, beautifulsoup4, futebol, interface, python, python3, qt5, realmadrid, resources, webscraping
- Language: Python
- Homepage:
- Size: 8.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App_Futebol
![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![PyQT5](https://img.shields.io/badge/Qt-%23217346.svg?style=for-the-badge&logo=Qt&logoColor=white)
![SO](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
> Projeto desenvolvido durante o periodo do curso
Ténico em Desenvolvimento de Sistema no `Senac Sorocaba`.## 💻 Pré-requisitos
Antes de começar, verifique se você atendeu aos seguintes requisitos:
- Você instalou a versão mais recente de `Python 3.12`
- Você tem uma máquina `Windows | Linux | MacOS`.
- Configurado o Ambiente Virtual:
- `python -m venv env` | | `python3 -m venv env`
- Instalação das dependendias:
- `PyQt5`
- `Requests `
- `BeautifulSoup4 `
- `Auto-Py-To-Exe`### Ajustes e melhorias
O projeto ainda está em desenvolvimento e as próximas atualizações serão voltadas nas seguintes tarefas:
- [X] Interface Gráfica
- [X] Layout do App
- [X] Web Scraping
- [X] Ajustar tamanho da fonte do display
- [X] Melhorias na Interface Gráfica## 🚀 Instalando App_Futebol
Para instalar o App_Futebol, siga estas etapas:
Windows:
```
python -m venv env
env\Scripts\Activate.ps1
python -m pip install pyqt5
python -m pip install requests
python -m pip install BeautifulSoup4
python -m pip install auto-py-to-exe
```
MacOS | Linux:
```
python3 -m venv env
source env/bin/activate
python3 -m pip install pyqt5
python3 -m pip install requests
python3 -m pip install BeautifulSoup4
python3 -m pip install auto-py-to-exe```
## ☕ Usando o App_Futebol
Para usar o App_Futebol, siga estas etapas:
```
python main.py || python3 main.py
```## 📫 Contribuindo para o App_Futebol
Para contribuir com App_Futebol, siga estas etapas:
1. Bifurque este repositório.
2. Crie um branch: `git checkout -b App_futebol`.
3. Faça suas alterações e confirme-as: `git commit -m ''`
4. Envie para o branch original: `git push origin / `
5. Crie a solicitação de pull.Como alternativa, consulte a documentação do GitHub em [como criar uma solicitação pull](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## 🤝 Colaboradores
Agradecemos às seguintes pessoas que contribuíram para este projeto:
## 😄
## 📝 Licença
Em Desenvolvimento..... 🛠️