Skip to content

BenjaminIsMyName/discord-scripts

Repository files navigation

Block Discord

Sometimes, we need to make sure we don't get calls or messages from Discord, from no one. That's why I built this python script.

How to contribute?

  1. Fork the project, so you could change things on your end.

  2. Clone the project to your local computer, to run, change and test the code.

  3. To create isolated environment use venv (AKA virtualenv, make sure it is installed via pip list).

    1. Run virtualenv my-env (or any other name) in the terminal.
    2. Run my-env\Scripts\activate (everytime you open the project).
  4. Install all the packages needed using:

    pip install -r requirements.txt
  5. Run pip list to see the packages that are installed on this specific project.

  6. In order to create exe file, use:

    pyinstaller --noconsole --onefile --noupx --icon=app.ico app.py

    You can remove the --onefile flag and use the default one-folder mode if you want the program to load faster. Recommended.

  7. Warning: do not rename or move the project folder. Otherwise, the packages might stop working.

About

Block Discord with one click.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages