From 18467fe0f3d308bf0d47695d83d65a82fa1455de Mon Sep 17 00:00:00 2001 From: woodjosh256 Date: Tue, 10 Dec 2019 03:46:05 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@joshwood/scopy-1). --- .replit | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..c01b69b --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python scopy.py" diff --git a/README.md b/README.md index 59559d1..891d228 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Scopy +[![Run on Repl.it](https://repl.it/badge/github/narimiran/scopy)](https://repl.it/github/narimiran/scopy) + Python script for searching through your digital books and cataloguing them in an easy-to-share list of files.