Skip to content

Commit

Permalink
Leia-me
Browse files Browse the repository at this point in the history
  • Loading branch information
ponjjar authored Dec 30, 2022
1 parent b9ac30f commit e620cbd
Showing 1 changed file with 63 additions and 2 deletions.
65 changes: 63 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,63 @@
# AwesomeLaserTracker
a good laser mouse tracker for presentations with slide or shooterfirstperson games with cv2, pyautogui and threading

<p align="center">

<img src="https://user-images.githubusercontent.com/58194653/210022869-f24b41cc-3dc6-4801-9309-314e55f0d2c6.png" alt="Awesome laser tracker" width="75%"/>

</p>
<h3 align="center"> Um bom rastreador de mouse a laser para apresentações com slides ou jogos de tiro em primeira pessoa </h3>

<p align="center">

<img src="https://img.shields.io/badge/Made by-Caique Ponjjar-blue.svg" />

<img src="https://img.shields.io/github/followers/Caique-P?label=Seguir&style=social" />

<img src="https://img.shields.io/github/last-commit/Caique-P/AwesomeLaserTracker?label=Last%20update" />

<img src="https://img.shields.io/badge/-Python-200259?style=flat&logo=Python&logoColor=blue&link=https://kotlinlang.org/" />

<img src="https://img.shields.io/github/stars/Caique-P/AwesomeLaserTracker?style=social"/>
</p>
<p align="center">
Esse projeto é uma fração do CombatViewer, adaptada para o uso em personshooters e slides<br/>
O projeto utiliza pyautogui e bibliotecas de threading para criar o rastreador de mouse a laser, além do OpenCV
</p>


<h2 align="center"> Na sua maquina :computer:</h2>

```
# Clone o repositório ou faça download do repositório
$ git clone /~https://github.com/Caique-P/AwesomeLaserTracker
# Instale as dependências no python com o pip
$ pip install -r requirements.txt
# inicialize o laser tracker
py awesomeLaserTracker.py
```

<p align="center">
<b><a href='https://medium.com/@caiqueponjjar/creating-a-advanced-laser-tracker-with-opencv-with-mouse-movement-1ccb410523ec'> Saiba mais acessando o artigo no Medium </a></b><br/><br/>
<b><a href='/~https://github.com/Caique-P/CombatViewer'> Acesse também o CombatViewer </a></b><br/>
</p>

<br/>

<h2 align="center"> Autor :grin: </h2>

<p align="center">
<a href="/~https://github.com/Caique-P">
<img style="border-radius: 50%;" src="https://media.licdn.com/dms/image/D4D03AQHanMCgkTnkJw/profile-displayphoto-shrink_400_400/0/1665245996375?e=1677110400&v=beta&t=z5VzsKXKZOFzUoXYlLU3fD1gUh3z8mn3F8b3KGaWplo" width="100px;" alt=""/>
<br />
<sub><b>Caique Ponjjar</b></sub></a> <a href="/~https://github.com/Caique-P" title="Caique Ponjjar">🚀</a>

<br />

[![Linkedin Badge](https://img.shields.io/badge/-Caique%20Ponjjar-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/caiqueponjjar/)](https://www.linkedin.com/in/caiqueponjjar/)
[![Gmail Badge](https://img.shields.io/badge/-caiqueponjjar@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:caiqueponjjar@gmail.com)](mailto:caiqueponjjar@gmail.com)
[![Whatsapp Badge](https://img.shields.io/badge/-Whatsapp-4CA143?style=flat-square&labelColor=4CA143&logo=whatsapp&logoColor=white&link=https://api.whatsapp.com/send?phone=5519996835584)](https://api.whatsapp.com/send?phone=5519996835584)

</p>



0 comments on commit e620cbd

Please sign in to comment.