Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitnatron/tipy
Lightweight multi-platform CLI random command tips generator written in Python.
https://github.com/bitnatron/tipy
bash csh freebsd learning linux macos macosx openbsd shell windows zsh
Last synced: 6 days ago
JSON representation
Lightweight multi-platform CLI random command tips generator written in Python.
- Host: GitHub
- URL: https://github.com/bitnatron/tipy
- Owner: bitNATRON
- License: gpl-3.0
- Created: 2023-06-25T18:03:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T19:20:13.000Z (over 1 year ago)
- Last Synced: 2024-10-10T02:40:51.829Z (30 days ago)
- Topics: bash, csh, freebsd, learning, linux, macos, macosx, openbsd, shell, windows, zsh
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tipy
Tipy é um programa CLI multi-plataforma interativo escrito em Python que permite aprender todos comandos excutáveis instalados em um computador, de forma aleatória. \
O nome Tipy é a combinação das palavras Tip (dica) + Python.\
☑️ GNU/Linux
☑️ FreeBSD
☑️ OpenBSD
☑️ macOS
☑️ Windows## Requisitos
- Python 3 instalado no sistema.
- Para sistemas Windows, é necessário ter o PowerShell instalado.
- Para sistemas Unix, não há requisitos adicionais.## Baixar
1. ``` git clone https://github.com/bitNATRON/Tipy ```
2. ``` cd Tipy ```## Uso
1. Abra um terminal ou prompt de comando.
2. Execute o seguinte comando para iniciar o programa:```shell
python Tipy.py
```
## ContribuiçãoContribuições são bem-vindas! Se você quiser contribuir para este projeto, siga as etapas abaixo:
1. Faça um fork do repo.
2. Crie um branch com a sua feature: ``` git checkout -b minha-feature ```.
3. Faça commit para alterações a vontade!: ``` git commit -m 'Implementação de uma nova funcionalidade' ```.
4. Utilize do seu repositório remoto: ``` git push origin minha-feature. ```### Licença
Este código é livre! E está licenciado sob a Licença Pública Geral GNU (GPLv3). Consulte o arquivo LICENSE para obter mais informações.