Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@


# compare50
`compare50` is a command-line tool for detecting similarity between code submissions. Developed by the CS50 team at Harvard, it serves as a fast, local, and extensible alternative to [MOSS](https://theory.stanford.edu/~aiken/moss/).

By leveraging the [Pygments](https://pygments.org) library, it supports over 300 programming and templating languages.
## Installation
Requires Python 3.10 or later.

```bash
pip install compare50
```

## License
`GPL-3.0`

> compare50 is currently under active developement

`compare50` is currently under active development.