├── CaptchaGenerat.png ├── CaptchaGenerator └── CaptchaGenerator.py ├── Examples ├── TelegramBotVersionAudio.py ├── TelegramBotVersionIDM.py ├── TelegramBotVersionMath.py ├── TelegramBotVersionRandomImage.py └── TelegramBotVersionRandomWord.py ├── README-FA.md ├── README.md ├── Requirement Resources.rar ├── Test ├── TestCaptchaAudio.mp4 ├── TestCaptchaGeneratorRandom.mp4 ├── TestCaptchaIDM.mp4 ├── TestCaptchaRandomText.mp4 └── TestCapthaMath.mp4 ├── TestCaptchaGeneratorImageRandom.png ├── TestCaptchaGeneratorRandom-Pyrogram.mp4 ├── TestTelegramBot.png ├── __init__.py ├── license.txt ├── setup.cfg └── setup.py /CaptchaGenerat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/CaptchaGenerat.png -------------------------------------------------------------------------------- /CaptchaGenerator/CaptchaGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/CaptchaGenerator/CaptchaGenerator.py -------------------------------------------------------------------------------- /Examples/TelegramBotVersionAudio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Examples/TelegramBotVersionAudio.py -------------------------------------------------------------------------------- /Examples/TelegramBotVersionIDM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Examples/TelegramBotVersionIDM.py -------------------------------------------------------------------------------- /Examples/TelegramBotVersionMath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Examples/TelegramBotVersionMath.py -------------------------------------------------------------------------------- /Examples/TelegramBotVersionRandomImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Examples/TelegramBotVersionRandomImage.py -------------------------------------------------------------------------------- /Examples/TelegramBotVersionRandomWord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Examples/TelegramBotVersionRandomWord.py -------------------------------------------------------------------------------- /README-FA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/README-FA.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/README.md -------------------------------------------------------------------------------- /Requirement Resources.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Requirement Resources.rar -------------------------------------------------------------------------------- /Test/TestCaptchaAudio.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Test/TestCaptchaAudio.mp4 -------------------------------------------------------------------------------- /Test/TestCaptchaGeneratorRandom.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Test/TestCaptchaGeneratorRandom.mp4 -------------------------------------------------------------------------------- /Test/TestCaptchaIDM.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Test/TestCaptchaIDM.mp4 -------------------------------------------------------------------------------- /Test/TestCaptchaRandomText.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Test/TestCaptchaRandomText.mp4 -------------------------------------------------------------------------------- /Test/TestCapthaMath.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/Test/TestCapthaMath.mp4 -------------------------------------------------------------------------------- /TestCaptchaGeneratorImageRandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/TestCaptchaGeneratorImageRandom.png -------------------------------------------------------------------------------- /TestCaptchaGeneratorRandom-Pyrogram.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/TestCaptchaGeneratorRandom-Pyrogram.mp4 -------------------------------------------------------------------------------- /TestTelegramBot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/TestTelegramBot.png -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/__init__.py -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/license.txt -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- 1 | [metadata] 2 | description-file = README.md -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sepehr0Day/CaptchaGenerator/HEAD/setup.py --------------------------------------------------------------------------------