Skip to content

yonimn2000/command-line-synonyms-practice-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Synonyms Practice Tool

A simple command line synonyms practice tool.

Screenshots

Correct Answer Screenshot

Wrong Answer Screenshot

How to Add Words

  1. Create a file named WordsList.txt in the same folder as the executable file.
  2. On each line of the file write the keyword, the keyword part of speech (verb, noun, adjective, etc.), and at least one synonym - all separated by commas in the following format: [keyword],[keyword part of speech],[synonym] or [keyword],[keyword part of speech],[synonym1],[synonym2],[synonym3],...

WordsList.txt Example

change,noun,modification,alternation,variation,diversity,variety
method,noun,process,way,manner,system,procedure
real,adjective,genuine,valid,authentic,true,actual
hard,adjective,stern,rigorous,severe,harsh,exacting