Download Latest Version pylogos-2.2-src.zip (1.7 MB)
Email in envelope

Get an email when there's a new version of pyLogos

Home
Name Modified Size InfoDownloads / Week
2.2 2025-03-21
readme.txt 2024-07-16 1.5 kB
Tutorial.zip 2023-12-07 1.5 MB
Totals: 3 Items   1.5 MB 0
NOTE: Prebuilt files that can be run without installing anything else are available for Windows (pylogos-x.x-install.exe) and Linux (pylogos-x.x-install.run). The instructions below apply to those who want to use the Python source code (pylogos-x.x-src.zip).

You must have python installed on your computer (it is already preinstalled on Linux). More details on https://www.python.org/

A few extra packages have to be installed, they are listed in requirements.txt:
pip install -r requirements.txt
(might be pip3 instead of pip)

Note: installing wxPython via pip in Linux may not work correctly, so it is better to use apt to install from the repo:
sudo apt install python3-wxgtk4.0 wxpython-tools wxpython python3-pip
(this will install pip as well, if not installed)
After that you can install the other necessary packages using pip:
pip3 install wordcloud python-docx configparser nltk textblob matplotlib networkx

Unzip the file in any directory. From that directory, run from a terminal:
python pylogos.py
(might be python3 instead of python)

The tutorial.zip archive has a tutorial in English and Portuguese, plus some files used in it.

The files stopwords_??.txt have lists of stopwords to be used with the word cloud generator. See the quick user's guide for more details.

© 2023/2024 Kenneth Rochel de Camargo – ken_camargo@users.sourceforge.net
This program is distributed under the GPL v.3
Includes images from the Silk Icons 1.3 collection by Mark James - http://www.famfamfam.com/lab/icons/silk/
Source: readme.txt, updated 2024-07-16