You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it makes it display in Linux as an image (via feh) on its own, e.g.: wordcloud {filename.pdf}
It also compiles in Android Termux, after some hacking - I had to git clone it from here first , and run with: pip install . --no-build-isolation
to disable checking (and trying to reinstall) for cython, if I remember it right.
(Also the pillow module had to be updated, via a similar hack.)
Then in Termux and X-11 one can make the word cloud display a graphic application, directly, using that function alias as per Point 1: termux-x11 :1
in Termux and e.g. Termux:X11 as the client.
A sample result (on Droid) below:
The text was updated successfully, but these errors were encountered:
Manamama
changed the title
Works on Android - quick tips
Works on Android Termux - quick tips
Jan 8, 2024
It is not a problem, just random hints.
alias wordcloud='function _wordcloud(){ pdftotext "$1" - | wordcloud_cli --height 1000 --width 500 | feh -; }; _wordcloud'
wordcloud {filename.pdf}
It also compiles in Android Termux, after some hacking - I had to git clone it from here first , and run with:
pip install . --no-build-isolation
to disable checking (and trying to reinstall) for cython, if I remember it right.
(Also the pillow module had to be updated, via a similar hack.)
Then in Termux and X-11 one can make the word cloud display a graphic application, directly, using that function alias as per Point 1:
![Screenshot_2024-01-08-15-28-41-64](https://private-user-images.githubusercontent.com/78492008/294933674-6a6ecd63-4ef8-47ca-baac-5cbaf3d2f4fa.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTk4ODEsIm5iZiI6MTczOTU5OTU4MSwicGF0aCI6Ii83ODQ5MjAwOC8yOTQ5MzM2NzQtNmE2ZWNkNjMtNGVmOC00N2NhLWJhYWMtNWNiYWYzZDJmNGZhLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MDYyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ5Y2U5NTQ1ZTVkYmFiZmM5ZjU2OTk0ODMxZGQxYzY5ZmZkMmNlZDY1MmVkOTVmOWNhMDkwYmYzNTFiYTQzNzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.z-4jKuX-IiTuZEnWsQDURbzBfjwkUyQlahVg9VxwiaU)
termux-x11 :1
in Termux and e.g. Termux:X11 as the client.
A sample result (on Droid) below:
The text was updated successfully, but these errors were encountered: