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
- Host: GitHub
- URL: https://github.com/citizendot/vcpicker
- Owner: CITIZENDOT
- Created: 2020-06-05T02:41:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T16:12:50.000Z (over 4 years ago)
- Last Synced: 2025-01-13T17:31:52.952Z (5 months ago)
- Topics: codeforces, codeforces-api, competettive-programming, competitive-programming-contests, contest, friends, virtual-contests
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Virtual Contest Picker
### *for Codeforces*
### 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

### 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