https://github.com/quantumvoid0/convertio
A lightweight unit converter written in C using GTK
https://github.com/quantumvoid0/convertio
Last synced: 11 months ago
JSON representation
A lightweight unit converter written in C using GTK
- Host: GitHub
- URL: https://github.com/quantumvoid0/convertio
- Owner: quantumvoid0
- Created: 2025-08-06T08:26:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T08:39:38.000Z (11 months ago)
- Last Synced: 2025-08-06T10:28:19.781Z (11 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convertio
A lightweight unit converter written in C using GTK
> [!NOTE]
> This app uses icons from [Nerd Fonts](https://www.nerdfonts.com/), so make sure you have a Nerd Font installed and set as your system font.
> [!NOTE]
> This app is still WIP , more units and convertions will be coming soon (not very soon)
## Installation
```fish
git clone https://github.com/quantumvoid0/convertio
cd convertio
sudo make install
```
## Uninstallation
```fish
git clone https://github.com/quantumvoid0/convertio
cd convertio
sudo make uninstall
```
## Usage
- You can start the app from your app launcher or via CLI with the `convertio` command
- Enter a value you want to convert
- Choose the unit of the entered value
- Click convert