Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #391

Closed
nasser138 opened this issue Jun 5, 2024 · 2 comments
Closed

1 #391

nasser138 opened this issue Jun 5, 2024 · 2 comments
Assignees

Comments

@nasser138
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Copy link

github-actions bot commented Jun 5, 2024

👋 Thanks for contributing @nasser138! We will review the issue and get back to you soon.

@nasser138
Copy link
Author

import random
import os
print("1.شبه ثلاثي بـ(-)")
print("2.شبه ثلاثي(.)")
print("3.شبه ثلاثي عشوائي")
print("4.مخصص")
sa = input("اختار:")
os.system("COLOR A")
if sa == "1":

print("مكانها؟")
print("1| (_***)")
print("2| (*_**)")
print("3| (**_*)")
print("4| (***_)")
da = input("اختار:")
if da == "1":
    uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''

        for item in range(length2):
            password = ''
        for item in range(length2):
            password += random.choice(chars2)
        bb= uesr + password
        print(bb)
        with open('user.txt', 'a') as x:
            x.write(bb + '\n')
if da == "2":
    uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''

        for item in range(length2):
            password = ''
        for item in range(length2):
            password = random.choice(chars2)
        for item in range(2):
            password1 = ''
        for item in range (2):
            password1 += random.choice(chars2)
        ba = password + uesr + password1


        print(ba)
        with open('user.txt', 'a') as x:
            x.write(ba +'\n')

if da == "3":
    uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''

        for item in range(2):
            password = ''
        for item in range(2):
            password += random.choice(chars2)
        for item in range(1):
            password1 = ''
        for item in range(1):
            password1 += random.choice(chars2)
        bd = password + uesr + password1

        print(bd)
        with open('user.txt', 'a') as x:
            x.write(bd + '\n')
if da == "4":
    uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''
        for item in range(3):
            password = ''
        for item in range(3):
            password += random.choice(chars2)

        bc= password + uesr


        print(bc)
        with open('user.txt', 'a') as x:
            x.write(bc + '\n')

if sa == "2":
print("مكانها؟")
print("1| .")
print("2| *.
")
print("3| **.
")
print("4| ***.")
da = input("اختار:")
if da == "1":
uesr = '.' # اليوزر المراد التخمين عليه بين النقطتين اكتبه
chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789' # ارقام واحرف لو ترغب
amount = input('كم عدد اليوزرات ؟')
amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''

        for item in range(length2):
            password = ''
        for item in range(length2):
            password += random.choice(chars2)
        bb= uesr + password
        print(bb)
        with open('user.txt', 'a') as x:
            x.write(bb + '\n')
if da == "2":
    uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''

        for item in range(length2):
            password = ''
        for item in range(length2):
            password = random.choice(chars2)
        for item in range(2):
            password1 = ''
        for item in range (2):
            password1 += random.choice(chars2)
        ba = password + uesr + password1


        print(ba)
        with open('user.txt', 'a') as x:
            x.write(ba +'\n')

if da == "3":
    uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''

        for item in range(2):
            password = ''
        for item in range(2):
            password += random.choice(chars2)
        for item in range(1):
            password1 = ''
        for item in range(1):
            password1 += random.choice(chars2)
        bd = password + uesr + password1

        print(bd)
        with open('user.txt', 'a') as x:
            x.write(bd + '\n')
if da == "4":
    uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
    chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
    amount = input('كم عدد اليوزرات ؟')
    amount = int(amount)

    length2 = 3
    length2 = int(length2)

    for password in range(amount):
        password = ''
        for item in range(3):
            password = ''
        for item in range(3):
            password += random.choice(chars2)

        bc= password + uesr


        print(bc)
        with open('user.txt', 'a') as x:
            x.write(bc + '\n')

if sa == "3":
uesr = '.' # اليوزر المراد التخمين عليه بين النقطتين اكتبه
chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789' # ارقام واحرف لو ترغب
amount = input('كم عدد اليوزرات ؟')
amount = int(amount)
length2 = 3
length2 = int(length2)

    for password1 in range(amount):
        password1 = ''
        for item in range(length2):
            password1 = ''
        for item in range(length2):
            password1 += random.choice(chars2)
        password35="."+password1



        password2 = ''

        for item in range(length2):
            password2 = ''
        for item in range(length2):
            password2 = random.choice(chars2)
        for item in range(2):
            password3 = ''
        for item in range (2):
            password3 += random.choice(chars2)
        password27=password2+"."+password3


        password4 = ''

        for item in range(2):
            password4 = ''
        for item in range(2):
            password4 += random.choice(chars2)
        for item in range(1):
            password5= ""
        for item in range(1):
           password5+=random.choice(uesr)
        for item in range(1):
           password99 = ''
        for item in range(1):
           password99 += random.choice(chars2)
           password9 = password4+password5+password99



        useer = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
        chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب

        for password109 in range(amount):
            password109 = ''
            for item in range(length2):
                password109 = ''
            for item in range(length2):
                password109 += random.choice(chars2)
            password350 = "_" + password109

            password20 = ''
            for item in range(length2):
                password20 = ''
            for item in range(length2):
                password20 = random.choice(chars2)
            for item in range(2):
                password30 = ''
            for item in range(2):
                password30 += random.choice(chars2)
            password270 = password20 + "_" + password30

            password40 = ''

            for item in range(2):
                password40 = ''
            for item in range(2):
                password40 += random.choice(chars2)
            for item in range(1):
                password50 = ""
            for item in range(1):
                password50 += random.choice(useer)
            for item in range(1):
                password990 = ''
            for item in range(1):
                password990 += random.choice(chars2)
                password90 = password40 + password50 + password990

            password60 = ''
            for item in range(3):
                password60 = ''
            for item in range(3):
                password60 += random.choice(chars2)
                password100 = password60 + "_"

        mylist = [password9,password27,password35,password100,password90,password270,password350]
        passwordff=""
        ddd = passwordff+random.choice(mylist)
        print(ddd)
        with open('user.txt', 'a') as x:
            x.write(ddd + '\n')

if sa =="4":
uesr = '' # اليوزر المراد التخمين عليه بين النقطتين اكتبه
chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890._' # ارقام واحرف لو ترغب
amount = input('كم عدد اليوزرات ؟')
amount = int(amount)

length2 = input('ما طول اليوزر الي تبيه؟')
length2 = int(length2)

for password in range(amount):
    password = ''

    for item in range(length2):
        password = ''
    for item in range(length2):
        password += random.choice(chars2)

    print(password)
    with open('user.txt', 'a') as x:
        x.write(uesr + password + '\n')

@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants