Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.
/ sjp.pl Public archive

Word definition extractor from website SJP.pl which is popular polish dictionary. Written in Python 3. Uses BeautifulSoup library.

License

Notifications You must be signed in to change notification settings

Necior/sjp.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sjp.py

Note: project is currently under development. Expect crashes.

Word definition extractor from website SJP.pl which is a popular polish dictionary. Written in Python 3. Uses BeautifulSoup library.

Installation

virtualenv -p /usr/bin/python3 env
source env/bin/activate
pip install -r requirements.txt

Usage

./sjp.py <word>
./sjp.py (-h | --help | /?)
./sjp.py (-v | --version)

Dependencies

Contributing

Feel free to submit issues, create pull requests, correct typos etc.

About

Word definition extractor from website SJP.pl which is popular polish dictionary. Written in Python 3. Uses BeautifulSoup library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages