Skip to content

Rebits/DictionaryGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DictionaryGenerator

Python script that will translate a list of word in specified languages.

Preview

Install

Create your virtualenv

python -m venv .venv

# or using 
# virtualenv .venv

Activate your virtualenv

source .venv/bin/activate

Install requirements

pip install -r requirements.txt

Usage

To use is simple, run inside of virtualenv:

python dictionary_creator.py

About

Python script that will translate a list of word in specified languages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages