kapuut 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
kapuut-0.1.3/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 sudz
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
kapuut-0.1.3/PKG-INFO ADDED
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: kapuut
3
+ Version: 0.1.3
4
+ Summary: A basic kahoot flooder
5
+ Author-email: Peanut <pnutvacation@gmail.com>
6
+ Project-URL: Homepage, https://github.com/realpnut/Kapuut
7
+ Project-URL: Bug Tracker, https://github.com/realpnut/Kapuut/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: selenium
15
+ Dynamic: license-file
16
+
17
+
18
+ # Kapuut - kahoot nuker
19
+
20
+ ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![License](https://img.shields.io/badge/license-MIT-blue) ![Status](https://img.shields.io/badge/status-active-brightgreen)
21
+
22
+ A simple nuker that creates bots on Kahoot to flood a game session.
23
+
24
+ The tool offers options for multithreading, enabling faster execution when dealing with large-scale bot creation.
25
+
26
+ ## Demonstration
27
+
28
+ ![Demo](demo.gif)
29
+
30
+
31
+ ## Installation
32
+ ```bash
33
+ sudo apt install python3.8 #you can skip this if python is already insatlled
34
+ git clone https://github.com/realpnut/Kapuut
35
+ cd Kapuut
36
+ chmod +x install.sh
37
+ ./install.sh
38
+ ```
39
+
40
+ ## Disclaimer
41
+ Use in educational and/or legal purposes only. Proceed with caution
42
+ ## License
43
+
44
+ [MIT](https://choosealicense.com/licenses/mit/)
45
+
kapuut-0.1.3/README.md ADDED
@@ -0,0 +1,29 @@
1
+
2
+ # Kapuut - kahoot nuker
3
+
4
+ ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![License](https://img.shields.io/badge/license-MIT-blue) ![Status](https://img.shields.io/badge/status-active-brightgreen)
5
+
6
+ A simple nuker that creates bots on Kahoot to flood a game session.
7
+
8
+ The tool offers options for multithreading, enabling faster execution when dealing with large-scale bot creation.
9
+
10
+ ## Demonstration
11
+
12
+ ![Demo](demo.gif)
13
+
14
+
15
+ ## Installation
16
+ ```bash
17
+ sudo apt install python3.8 #you can skip this if python is already insatlled
18
+ git clone https://github.com/realpnut/Kapuut
19
+ cd Kapuut
20
+ chmod +x install.sh
21
+ ./install.sh
22
+ ```
23
+
24
+ ## Disclaimer
25
+ Use in educational and/or legal purposes only. Proceed with caution
26
+ ## License
27
+
28
+ [MIT](https://choosealicense.com/licenses/mit/)
29
+
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: kapuut
3
+ Version: 0.1.3
4
+ Summary: A basic kahoot flooder
5
+ Author-email: Peanut <pnutvacation@gmail.com>
6
+ Project-URL: Homepage, https://github.com/realpnut/Kapuut
7
+ Project-URL: Bug Tracker, https://github.com/realpnut/Kapuut/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: selenium
15
+ Dynamic: license-file
16
+
17
+
18
+ # Kapuut - kahoot nuker
19
+
20
+ ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![License](https://img.shields.io/badge/license-MIT-blue) ![Status](https://img.shields.io/badge/status-active-brightgreen)
21
+
22
+ A simple nuker that creates bots on Kahoot to flood a game session.
23
+
24
+ The tool offers options for multithreading, enabling faster execution when dealing with large-scale bot creation.
25
+
26
+ ## Demonstration
27
+
28
+ ![Demo](demo.gif)
29
+
30
+
31
+ ## Installation
32
+ ```bash
33
+ sudo apt install python3.8 #you can skip this if python is already insatlled
34
+ git clone https://github.com/realpnut/Kapuut
35
+ cd Kapuut
36
+ chmod +x install.sh
37
+ ./install.sh
38
+ ```
39
+
40
+ ## Disclaimer
41
+ Use in educational and/or legal purposes only. Proceed with caution
42
+ ## License
43
+
44
+ [MIT](https://choosealicense.com/licenses/mit/)
45
+
@@ -0,0 +1,9 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ kapuut.egg-info/PKG-INFO
5
+ kapuut.egg-info/SOURCES.txt
6
+ kapuut.egg-info/dependency_links.txt
7
+ kapuut.egg-info/entry_points.txt
8
+ kapuut.egg-info/requires.txt
9
+ kapuut.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ kapuut = main:main
@@ -0,0 +1 @@
1
+ selenium
@@ -0,0 +1 @@
1
+ main
@@ -0,0 +1,31 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [tool.setuptools]
6
+ py-modules = ["main"]
7
+
8
+ [project]
9
+ name = "kapuut"
10
+ version = "0.1.3"
11
+ authors = [
12
+ { name="Peanut", email="pnutvacation@gmail.com" },
13
+ ]
14
+ description = "A basic kahoot flooder"
15
+ readme = "README.md"
16
+ requires-python = ">=3.8"
17
+ classifiers = [
18
+ "Programming Language :: Python :: 3",
19
+ "License :: OSI Approved :: MIT License",
20
+ "Operating System :: OS Independent",
21
+ ]
22
+ dependencies = [
23
+ "selenium"
24
+ ]
25
+
26
+ [project.scripts]
27
+ kapuut = "main:main"
28
+
29
+ [project.urls]
30
+ "Homepage" = "https://github.com/realpnut/Kapuut"
31
+ "Bug Tracker" = "https://github.com/realpnut/Kapuut/issues"
kapuut-0.1.3/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+