Skip to content
/ pydic Public

A small and portable offline dictionary made using python!

Notifications You must be signed in to change notification settings

Vjay15/pydic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydic - A very portable and efficient offline dictionary!

Screenshot
pydic is a dictionary search tool made using python and uses csv files of words from the dictionary as a databse. For the GUI it utilises PyQt. (Uses only a classic dictionary devoid of modern terms)

Dependencies:

-> Linux (sorry windows users im too lazy :p)
-> pip
-> PyQt5
-> pathlib
To install the dependecies
pip install PyQt5 pathlib

Installation:

After installing the above dependencies just do
git clone https://github.com/Vjay15/pydic.git
Then move to the pydic directory where you need to make the python file scriptable
cd pydic
chmod a+x pydic.sh

Usage:

To use the dictionary, open the terminal and do
cd pydic
./pydic.sh

About

A small and portable offline dictionary made using python!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages