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
- Host: GitHub
- URL: https://github.com/hagenest/lichess_suicide
- Owner: hagenest
- License: mit
- Created: 2022-09-17T17:21:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T12:49:24.000Z (over 1 year ago)
- Last Synced: 2025-03-25T10:22:06.080Z (over 1 year ago)
- Topics: chess, joke-program, lichess, python
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
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.