Godmitri
This project provides utilities for chemistry. The name of the project was inspired by periodic table creator Dmitri Ivanovic Mendeleev name.
Install / Use
/learn @edualb/GodmitriREADME
Table Of Contents:
Introduction
This project provides utilities for general chemistry. The name of the project was inspired by periodic table creator Dmitri Ivanovic Mendeleev.
Key features:
- Get all elements properties from the periodic table :heavy_check_mark:
If you want to contribute with a new feature or found out some bug which you can solve, check our contributing guideline
Installation
-
init the go module in your project
$ go mod init example.com/myProject -
Just import the
godmitrilibrary in your projectimport "github.com/edualb/godmitri/element"
Getting start
package main
import (
"fmt"
"github.com/edualb/godmitri/element"
)
func main() {
// Creates an instance of Aluminium
a := element.Aluminium{}
// Prints the atomic weight from aluminium
fmt.Printf("%f\n", a.GetAtomicWeight())
}
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
346.8kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
