[Author: @mdimamhosen Date: 2025-04-23 Category: e.g., mini-projects/Quantique Tags: [go, Quantique, mini-projects] ]
🔁 Quantique - Unit Converter CLI
Quantique is a beautiful CLI-based Unit Converter written in Go.
Easily convert between popular units with a modern, stylish terminal interface using box-cli-maker
and fatih/color
.
🚀 Features
- ✅ Convert:
- Meters ⇌ Feet
- Feet ⇌ Meters
- Celsius ⇌ Fahrenheit
- Fahrenheit ⇌ Celsius
- Kilograms ⇌ Pounds
- Pounds ⇌ Kilograms
- 🎨 Elegant terminal UI with colors and box layout
- 🔁 Seamless interactive loop with graceful exit
📦 Dependencies
Make sure you have Go installed.
Initialize a Go module and install the required libraries:
go mod init quantique
go get github.com/fatih/color
go get github.com/Delta456/box-cli-maker/v2
🛠️ How to Run
go build quantique.go
./quantique.exe
📸 CLI Preview
╔════════════════════════════════════════════════════╗
║ UNIT CONVERTER ║
║ Convert Meters ⇌ Feet | Celsius ⇌ Fahrenheit ║
║ | Kilograms ⇌ Pounds ║
╚════════════════════════════════════════════════════╝
📁 File Structure
Quantique/
├── go.mod
├── go.sum
└── main.go
🤝 A Note from the Author
A small contribution to the incredible Best GoLang Community Ever