files = random.choice(list(os.walk('C:/Users/andis/Desktop/Python/EasyBot/Picture'))[0][-1])
img = open(f'C:/Users/andis/Desktop/Python/EasyBot/Picture/{files}', 'rb')
s = requests.Session()
data = {
"username":"DeveloperShurik24",
"email":"TestEMAIL.gmail.com",
"password":"Password??",
"confirm_password":"Password??"
}
reg = s.post('https://api.remanga.org/api/users/signup/', data=data)