This Python project includes a script, script.py
, designed to randomly select 3 winners from a provided list. It's a simple and efficient way to conduct drawings or select individuals for any purpose.
Before you begin, ensure you have Python installed on your system. This script has been tested on Python 3.x. You can download Python from python.org.
First, clone this repository to your local machine using:
git clone [email protected]:bottoproject/raffle.git
It's a good practice to use a virtual environment for your Python projects. To set up a virtual environment, navigate to the project directory and run:
Activate the virtual environment:
-
On Windows: .\venv\Scripts\activate
-
On Unix or MacOS: source venv/bin/activate
This project requires some external packages, which are listed in requirements.txt
. Install them using:
pip install -r requirements.txt
To run the script, simply execute:
python script.py
Upon launching, script.py
will automatically select 3 winners from the provided list in botto_sessions.csv
. Ensure that your list is properly formatted and located as specified in the script's documentation.
For any queries or issues, please open an issue on the GitHub repository, or contact in our discord https://discord.gg/botto .