Skip to content

In this program, I tried to place my practice contest in the previous main contest.

License

Notifications You must be signed in to change notification settings

ctrl-alt-Defeat-icpc/pre-contest-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pre contest visualizer

fa

This repository contains a Python program that simulates a realistic ICPC contest.

Installation

The program requires several external libraries. To install them, run the following command in your terminal:

sudo pip3 install -r requirements.txt

This command will download and install all the necessary libraries listed in the requirements.txt file.

Installation with Virtual Environment

  1. Create a virtual environment:
virtualenv venv

This creates a virtual environment named venv in your current directory. It isolates project dependencies from your system-wide Python installation, ensuring compatibility and avoiding conflicts.

  1. Activate the virtual environment:
. venv/bin/activate

This activates the virtual environment, making venv the active environment. Packages installed within it will be isolated from your system-wide Python.

Deactivate the Virtual Environment (Optional):

When you're finished working on the project, you can deactivate the virtual environment to return to your system-wide Python installation:

deactivate

Contributing

We welcome contributions to this project! If you have any ideas or improvements, please feel free to create a pull request.

adding new madules in requirements.txt:

pip3 freeze > requirements.txt

License

This project is licensed under the MIT License. Please see the LICENSE file for more details.

About

In this program, I tried to place my practice contest in the previous main contest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages