-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52eb9e5
commit 738b7ac
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Val | ||
![](https://img.shields.io/github/license/caue-alves/Val-Assistente-Pessoal) | ||
![](https://img.shields.io/github/v/tag/caue-alves/Val-Assistente-Pessoal) | ||
![](https://img.shields.io/github/languages/top/caue-alves/Val-Assistente-Pessoal) | ||
![](https://img.shields.io/github/contributors/caue-alves/Val-Assistente-Pessoal) | ||
![](https://img.shields.io/github/languages/code-size/caue-alves/Val-Assistente-Pessoal) | ||
|
||
Assistente pessoal com foco no aprendizado e no aprofundamento nas linguagens Python e PHP. | ||
<img src="https://github.com/caue-alves/Val-Assistente-Pessoal/blob/master/Front-End/pic/20200805_142610.jpg?raw=true" height=600px width=600px> | ||
|
||
# Observações: | ||
A atual versão 1.0.1.3 está em fase de pós-testes, portanto, Tome cuidado ao usá-la. | ||
|
||
# Preparar ambiente | ||
Para rodar a assitente, instale em sua máquina através do cmd ou execute o arquivo Setup.bat: | ||
``` | ||
pip install speech_recognition | ||
pip install os | ||
pip install pyaudio | ||
pip install gtts | ||
pip install playsound | ||
pip install matplotlib | ||
pip install requests | ||
pip install numpy | ||
pip install bs4 | ||
pip install webbrowser | ||
``` | ||
# Python e PHP | ||
Para usá-la, você precisa do Python na versão 3.6 especificamente e o PHP na versão 5 para cima. | ||
|
||
# Como usá-la | ||
Para usá-la é muito simples: Clique no já instalado arquivo Start.bat e a inicie. Você apenas responde à suas perguntas naturalmente. | ||
|
||
# Código | ||
Crie uma pasta com todos os arquivos e entre na pasta através do console. O Python conseguirá importar todas as funções apenas se estiverem em uma pasta | ||
Se você quiser deletar seu nome e reiniciá-la, apenas delete o arquivo nome.txt e ela o perguntará seu nome novamente. | ||
|
||
# Funcões | ||
Atualmente, em sua versão 1.0.1.3, ela contém: | ||
- Agenda; | ||
- Calculadora; | ||
- Calculadora de IMC; | ||
- Feed de notícias; | ||
- Piadas; | ||
- Fala de acordo com a biblioteca Speech; | ||
- Roda no Python 3.6; | ||
- Nome customizável; | ||
- Gráfico de Notas customizável; | ||
- Casos de Covid em tempo real; | ||
- Busca por termos no Google; | ||
- Criação de Pastas; | ||
- Buscas no dicionário. | ||
|
||
# Notas | ||
- A assitente tem foco no aprendizado em Python então, por favor, me critique; | ||
- Seu uso para fins não lucrativos é liberado a todos, portanto para mais informações acesse o arquivo [LICENSE](https://github.com/caue-alves/Assitente-Pessoal/blob/master/LICENSE.md); | ||
- Novas atualizações virão em breve com uma interface visual e muito mais funções ;) | ||
|
||
# Bibliotecas | ||
A assistente utiliza as bibliotecas: | ||
- [Re](https://docs.python.org/3.6/library/re.html); | ||
- [Random](https://docs.python.org/3.6/library/random.html?highlight=random#module-random); | ||
- [OpenWeather](https://openweathermap.org/guide); | ||
- [Speech](https://github.com/Uberi/speech_recognition/tree/master/examples); | ||
- [Beautifoul Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/); |