Skip to content

kostaskaragiorgos/Lexicon-Creator

Repository files navigation

Lexicon-Creator

Create your own lexicon and save it to a .csv file

made-with-python GPLv3 license

Table of contents

Dependencies

To install the dependencies

  • csv (conda install -c anaconda csvkit)
  • second way to install csv ( pip install python-csv)
  • pandas( conda install -c anaconda pandas)
  • second way to install pandas (pip install pandas)

or run

pip install -r requirements.txt

Files/Folders

  • images (images folder)
  • doc (documentation folder)
  • lexicon_creator.py(the main file)
  • keybinds.txt(keybinds file)
  • lexicon_creator.txt(radon cc file)

Current_Version

Documentation

All project documentation is located in the ./doc folder.

Radon

Radon_cc

Radon_hal

Radon_mi

Radon_raw

Keybinds

  • Create Lexicon(Ctrl + N)
  • Load Lexicon(Ctrl + L)
  • Add Word(Ctrl + O)
  • Close File(Ctrl + F4)
  • Exit(Alt + F4)
  • Clear Word (Alt + Z)
  • Clear Definition (Alt + D)
  • Delete Word (Ctrl + D)
  • Show Lexicon (Ctrl + T)
  • About(Ctrl + I)
  • Help(Ctrl + F1)

License

GNU GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages