https://github.com/gusdcoder/serialsearch
A simple tool to find keys and serial
https://github.com/gusdcoder/serialsearch
Last synced: 12 months ago
JSON representation
A simple tool to find keys and serial
- Host: GitHub
- URL: https://github.com/gusdcoder/serialsearch
- Owner: gusdcoder
- Created: 2019-05-12T20:41:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T20:45:55.000Z (about 7 years ago)
- Last Synced: 2025-06-30T21:08:58.388Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serialsearch
A simple tool to find keys and serial
## Tutorial
[](https://asciinema.org/a/wHTEsVsWkPMIrhT5fxFamtxAy)
## Instalaçao
~~~~
mkdir serialsearch
cd serialsearch
wget https://c209c0d.000webhostapp.com/serialsearch.zip
unzip serialsearch.zip
python3 -m pip install -r requirements.txt
// OR
mkdir serialsearch && cd serialsearch && wget https://c209c0d.000webhostapp.com/serialsearch.zip && unzip serialsearch.zip && python3 -m pip install -r requirements.txt
~~~~
## Uso
~~~~
python3 serialsearch.py
ou
python3 serialsearch.py NOME
python3 serialsearch.py "NOME COM ESPAÇO"
Exemplos:
python3 serialsearch.py Camtasia
python3 serialsearch.py "Adobe Photoshop"
~~~~