https://github.com/tanish2002/stmessage-py
stmessage(https://github.com/Tanish2002/stmessage-tanish2002) but written in Python
https://github.com/tanish2002/stmessage-py
Last synced: about 2 months ago
JSON representation
stmessage(https://github.com/Tanish2002/stmessage-tanish2002) but written in Python
- Host: GitHub
- URL: https://github.com/tanish2002/stmessage-py
- Owner: Tanish2002
- Created: 2020-12-21T16:33:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T17:02:28.000Z (over 4 years ago)
- Last Synced: 2025-02-04T04:27:36.017Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Stmessage.py
This a rewrite of [[https://github.com/Tanish2002/stmessage-tanish2002][stmessage]] in Python, I made this coz I was having issues in AwesomeWM.
** Requirements
You need to have python3-xlib installed, if you don't have it then install it using-
#+begin_example
$ python3 -m pip install python3-xlib
#+end_example
** Usage
#+BEGIN_EXAMPLE
$ git clone https://github.com/Tanish2002/stmessage-py.git
$ cd stmessage-py
$ ./stmessage-py
#+END_EXAMPLE** Cython
I have included a binary in the cython folder if you don't want to install python3-xlib as a dependency, I have also included the source code so you can compile the binary yourself if you don't trust random binaries from Internet.