2 Commits

Author SHA1 Message Date
Kabir
cbb4e46ff0 Merge cf04251f99 into 93d61be802 2023-09-06 00:42:33 +03:00
Kabir
cf04251f99 add: python project: port-scanner (#1)
Add python project:
- A fast port scanner is written in python with a focus on reliability and simplicity. 
- Project is containing all the necessary guidelines
2022-09-28 12:40:57 +05:30

View File

@@ -1303,6 +1303,15 @@
], ],
"description": "The Python Internationalization Library." "description": "The Python Internationalization Library."
}, },
{
"name": "port scanner",
"link": "https://github.com/thecyberworld/port-scanner",
"label": "difficulty/low",
"technologies": [
"Python"
],
"description": "A fast port scanner written in python with a focus on reliability and simplicity."
},
{ {
"name": "Kinto", "name": "Kinto",
"link": "https://github.com/Kinto/kinto", "link": "https://github.com/Kinto/kinto",