al-develop / SmartVocabulary

Dictionary, filled with your own words and phrases, for many languages. Uses a SQLite DB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartVocabulary

This C# project is a vocabulary storage, where a user can enter all words he wants to memorize in any language he wants. It is like a self builiding vocabulary, where you can store for example, new words you learned in a language you are about to master. You can add Synonyms, Opposites and Examples to the words, and a simple text-to-speech mechanism let you listen to how to speak out the word. You have some limited possibilities to cusomize the Interface. And a simple Search Mchenism helps you to find words in your list.

The Code is builded up on the MVVM (Model View ViewModel) Pattern (Provided by the free NuGet Package DevExpress.Mvvm) It's planned to create options for Import and Export in Excel, PDF, CSV, Text and other formats and to add prin functionalitites. The storage is realized through SQLite 3.

It uses the .NET Framework 4.6 and C# 6.0. 3rd Party Libraries are:

  • DevExpress.Mvvm
  • Spreadsheet Light & OpenXML 2.5 (DocumentFormat.OpenXml)
  • PdfSharp & MigraDoc
  • Extended WPF Toolkit
  • System.Data.SQLite

Icons are from iconpharm.com

About

Dictionary, filled with your own words and phrases, for many languages. Uses a SQLite DB.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%