An open API service indexing awesome lists of open source software.

https://github.com/hagenest/lichess_suicide

Suicide-Linux inspired Python program that deletes a random file on your PC every time you blunder on lichess.org
https://github.com/hagenest/lichess_suicide

chess joke-program lichess python

Last synced: over 1 year ago
JSON representation

Suicide-Linux inspired Python program that deletes a random file on your PC every time you blunder on lichess.org

Awesome Lists containing this project

README

          

# Suicide-Linux

A Python program that deletes a random file on your PC every time you blunder on lichess.org.

This program is inspired by the [Suicide-Linux](https://github.com/tiagoad/suicide-linux) project.

## Challenges

Since I started using only immutable distros, this is much less fun 😂

## Disclaimer

This program is not a joke and should be used on any machine where you store important data. Use on our risk!

## Usage

To use this program, you will need to have [Python 3](https://www.python.org/) installed on your machine.

1. Clone this repository.
2. Create a virtualenv with `virtualenv env`
3. Install dependencies with `pip install requirements.txt`
4. Edit the code in main.py to feature your own username.
2. Run `python3 main.py` in the repository's root directory.

## License

This project is licensed under the MIT-License.