Skip to content

A native (ish) Slack app. Designed with Python and PySide6 for a simple, speedy application.

Notifications You must be signed in to change notification settings

intercepted16/slack-native

Repository files navigation

slack-native

A native Slack app. Designed with Python and PySide6 (Qt bindings) for a simple, speedy application. alt text

Usage

To use the program, simply run the compiled executable.

PS: the program is not pre-compiled; you'll have to follow the instructions below for compilation.

Compiling

To compile, you can use pyinstaller. For example:

pyinstaller --onefile src/slack-native/main.py -o slack-native

It is advised to use a virtual environment for installation of Python modules.

You can use anything, i.e: poetry, rye, pyenv.

Just make sure that you configure the commands accordingly.

About

A native (ish) Slack app. Designed with Python and PySide6 for a simple, speedy application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages