Pointing-Poker-Cheater is a tool designed to assist users in agile development environments, particularly during planning poker sessions. Planning poker is a consensus-based technique used to estimate the effort or complexity of tasks in software development. This tool aims to streamline the estimation process by providing a user-friendly interface and automated calculations.
- Automated Estimations: Quickly generate estimates based on predefined criteria.
- User-Friendly Interface: Simple and intuitive design for ease of use.
- Customizable Parameters: Adjust settings to fit your team's specific needs.
To install and run Pointing-Poker-Cheater locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/LinUxTo5re/Pointing-Poker-Cheater.git cd Pointing-Poker-Cheater
-
Install Dependencies: Ensure you have Python installed. Then, install the required Python packages:
pip install -r requirements.txt
-
Run the Application: Execute the main script to start the application:
python bloody_cheaters.py
Once the application is running:
- Pointingpoker API: Pass a API URL of a new planning poker session.
- User With Points: First table will show points given by user.
- Total Votes: Second table will show
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add YourFeature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a Pull Request.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.