https://github.com/celycodes/atomo-hidrogenio-animacao-python
Animação do Átomo de Hidrogênio feita em Python
https://github.com/celycodes/atomo-hidrogenio-animacao-python
Last synced: about 1 year ago
JSON representation
Animação do Átomo de Hidrogênio feita em Python
- Host: GitHub
- URL: https://github.com/celycodes/atomo-hidrogenio-animacao-python
- Owner: celycodes
- Created: 2025-03-12T01:17:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T01:35:25.000Z (about 1 year ago)
- Last Synced: 2025-03-12T02:27:51.543Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Animação do Átomo de Hidrogênio feita em Python
Sobre 📖
Uma animação simples feita em Python usando o matplotlib e numpy para representar um átomo de Hidrôgenio
Layout 🎨
Tecnologias 💻
Python
Como Usar 🤔
```
- Clone esse repositório:
$ git clone https://github.com/celycodes/atomo-hidrogenio-animacao-python.git
- Entre no diretório:
$ cd atomo-hidrogenio-animacao-python
- Instale as dependências:
$ pip install numpy matplotlib
- Execute o script:
$ python hidrogenioAtomo.py
```
Como Contribuir 💪🏽
```
- Fork o projeto
- Cria uma nova branch com suas mudanças:
$ git checkout -b my-feature
- Salve suas mudanças e crie uma mensagem de commit falando o que fez:
$ git commit -m "feature: My new feature"
- Envie suas mudanças:
$ git push origin my-feature
```