tuyenldhust / Dictionary

Dictionary is a mini project with Btree and GTK3 - IT Project HEDSPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary

A mini project with Btree and GTK3

Build Status

This dictionary is a mini project with Btree and GTK3

Features

  • Import data from file
  • Add new word
  • Search word with autocompletion
  • Delete word with autocompletion

Installation

Dictionary requires GTK3 to run.

First, install GTK3 for run.

sudo apt install libgtk-3-dev

After installed GTK3, clone project and run it:

git clone https://github.com/C-Advanced/Dictionary.git
cd Dictionary
chmod +x install.sh
./install.sh
./main

Author

Lê Đình Tuyên

Vũ Minh Hải

Phạm Đức Huy

Nguyễn Thị Thúy

License

MIT

Free Software, Yeah!

About

Dictionary is a mini project with Btree and GTK3 - IT Project HEDSPI


Languages

Language:C 98.8%Language:CSS 0.8%Language:Shell 0.3%