neroteam-v1 1.0.0__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.
- neroteam_v1-1.0.0/LICENSE +1 -0
- neroteam_v1-1.0.0/PKG-INFO +44 -0
- neroteam_v1-1.0.0/README.md +17 -0
- neroteam_v1-1.0.0/nero/__init__.py +7 -0
- neroteam_v1-1.0.0/nero/main.py +1395 -0
- neroteam_v1-1.0.0/neroteam_v1.egg-info/PKG-INFO +44 -0
- neroteam_v1-1.0.0/neroteam_v1.egg-info/SOURCES.txt +11 -0
- neroteam_v1-1.0.0/neroteam_v1.egg-info/dependency_links.txt +1 -0
- neroteam_v1-1.0.0/neroteam_v1.egg-info/entry_points.txt +2 -0
- neroteam_v1-1.0.0/neroteam_v1.egg-info/requires.txt +4 -0
- neroteam_v1-1.0.0/neroteam_v1.egg-info/top_level.txt +1 -0
- neroteam_v1-1.0.0/pyproject.toml +39 -0
- neroteam_v1-1.0.0/setup.cfg +4 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
MIT License
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: neroteam-v1
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: NERO Account Generator - Free Fire Account Generator Maximal Version
|
|
5
|
+
Author-email: NERO Team <nero@example.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/yourusername/nero-generator
|
|
8
|
+
Project-URL: Repository, https://github.com/yourusername/nero-generator
|
|
9
|
+
Project-URL: Issues, https://github.com/yourusername/nero-generator/issues
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Operating System :: OS Independent
|
|
17
|
+
Classifier: Development Status :: 4 - Beta
|
|
18
|
+
Classifier: Intended Audience :: Developers
|
|
19
|
+
Requires-Python: >=3.8
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
Requires-Dist: requests>=2.28.0
|
|
23
|
+
Requires-Dist: pycryptodome>=3.15.0
|
|
24
|
+
Requires-Dist: colorama>=0.4.6
|
|
25
|
+
Requires-Dist: urllib3>=1.26.0
|
|
26
|
+
Dynamic: license-file
|
|
27
|
+
|
|
28
|
+
# 🔥 NERO Account Generator
|
|
29
|
+
|
|
30
|
+
**Free Fire Account Generator - Maximal Speed Version**
|
|
31
|
+
|
|
32
|
+
## ✨ Features
|
|
33
|
+
|
|
34
|
+
- ⚡ 2000 Threads
|
|
35
|
+
- 🌐 100.000 IP Pool
|
|
36
|
+
- 💾 Instant Save
|
|
37
|
+
- 🎯 Rare Account Detection
|
|
38
|
+
- 💑 Couple Account Matching
|
|
39
|
+
- 🔥 Maximal Speed Mode
|
|
40
|
+
|
|
41
|
+
## 🚀 Installation
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
pip install nero-generator
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 🔥 NERO Account Generator
|
|
2
|
+
|
|
3
|
+
**Free Fire Account Generator - Maximal Speed Version**
|
|
4
|
+
|
|
5
|
+
## ✨ Features
|
|
6
|
+
|
|
7
|
+
- ⚡ 2000 Threads
|
|
8
|
+
- 🌐 100.000 IP Pool
|
|
9
|
+
- 💾 Instant Save
|
|
10
|
+
- 🎯 Rare Account Detection
|
|
11
|
+
- 💑 Couple Account Matching
|
|
12
|
+
- 🔥 Maximal Speed Mode
|
|
13
|
+
|
|
14
|
+
## 🚀 Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
pip install nero-generator
|