Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
/ VTC Public archive

Simple vocabulary trainer for the terminal

License

Notifications You must be signed in to change notification settings

achudnova/VTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTC [Vocabulary Trainer written in C]

📎 Simple CLI application for learning vocabulary. This tool allows you to create new dictionaries, add/remove words and test yourself.

Usage

Installation

NOTE: Currently only macOS is supported.

To install VTC:

  • just download the latest vtc.tar.gz release from release page for your operating system
  • or install the program using Command Line

Compiling from Command Line

You can also build the program yourself using Terminal. To do this, run the following commands:

git clone [email protected]:achudnova/VTC.git
cd vtc
gcc main.c -o main
./main

License

VTC is licensed under the MIT License - see the LICENSE for details.