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

https://github.com/citizendot/vcpicker

Virtual Contest Picker for Codeforces
https://github.com/citizendot/vcpicker

codeforces codeforces-api competettive-programming competitive-programming-contests contest friends virtual-contests

Last synced: 4 months ago
JSON representation

Virtual Contest Picker for Codeforces

Awesome Lists containing this project

README

        

# Virtual Contest Picker
### *for Codeforces*

![](images/logo.png)

### Intro
---

Sometimes we compete with our friends by organazing Virtual Contests, Right?

But we need a past contest in which all of our friends never attempted any question. If the number of friends is small(Like 2 or 3), then It's okay, to select the contest manually.

But If friends are more? We can't ask all of them whether they have attempted a question from a particular contest.

This code does the exact work mentioned above.

*__It selects the contest in which all of our friends had never attempted a question.__*

### Running the Script

Clone this repository with following command.

```sh
git clone https://github.com/CITIZENDOT/VCPicker.git
```

Run the script with following command.

```sh
python3 main.py
```

Answer the prompts.
Here you go😎️

### Screenshot

![VCPicker](images/Screenshot.png)

### Issues

If there is anykind of problem/error, Please open an issue by mentioning your [Codeforces](https://codeforces.com/) handles and the problem/error you have encountered.

### Contributions
* I feel very happy, to have someone improving this project or at least suggesting new features

* Please open a new issue or Pull Request regarding your feature