/SimpleDiscord

Simple Discord is a GUI written in Python, using the tkinter library. Its goal is to provide a simple and seamless way to send webhooks to a Discord server.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Contributors Forks Stargazers Issues GNU GPL V3 License

Simple Discord

Simple GUI written in tkinter to send messages using a webhook to Discord.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments
  6. Special Thanks

About The Project

Simple Discord is a GUI written in Python, using the tkinter library. Its goal is to provide a simple and seamless way to send webhooks to a Discord server.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo

    git clone https://github.com/Vault108/SimpleDiscord.git
  2. Install the requirements.

    pip install -r requirements.txt
  3. Run the program

    python3 simple_discord.py

Way Number 2:

  1. Download the compressed source from the Releases.
  2. Unpack and run the python file
    python3 simple_discord.py

(back to top)

Settings

Simply open the settings and provide your webhook url and the username you would like to use. Press save and you are now able to send webhooks.

(back to top)

License

Distributed under the GNU GPL V3. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/Vault108/SimpleDiscord

(back to top)

Acknowledgments

(back to top)

Special Thanks

(back to top)