merhaba,
bu kodu bi türlü exe ye eçviremedim
# -*- coding: utf-8 -*-
import os
import time
import pyshorteners
from os import system
from colorama import Fore, Back, Style, init
init(autoreset=True)
system('title URLZEHİR[v1.0] - By BiG (onecame) ')
def banner():
print(Fore.RED+"""
▄▄▄▄ ██▓ ▄████
▓█████▄ ▓██▒ ██▒ ▀█▒
▒██▒ ▄██▒██▒▒██░▄▄▄░
▒██░█▀ ░██░░▓█ ██▓
░▓█ ▀█▓░██░░▒▓███▀▒
░▒▓███▀▒░▓ ░▒ ▒
▒░▒ ░ ▒ ░ ░ ░
░ ░ ▒ ░░ ░ ░
░ ░ ░
░ """)
print(Fore.GREEN+"""
URLZEHİR v1.0 """)
print(Fore.GREEN+"""
Eğlenmek için özel,URL'yi gizleme aracı """)
print(Fore.GREEN+"""
iletişim:BiG#0627 """)
def programm():
os.system('cls')
banner()
print("\n")
print(Fore.BLUE +"\nGizlenecek url nasıl gözüksün(Ex:google.com) : ", end='')
original_domain =str(input())
os.system('cls')
banner()
print(Fore.CYAN +"\nBir şey girin(ör:arama-selenagomez-görseler[boşluk yerine - kulanın])")
print(Fore.BLUE +"Gönderi Linki: ", end='')
postlink =str(input())
os.system('cls')
banner()
print(Fore.BLUE +"Gizlenecek URL'yi girin:", end='')
url_to_short = str(input())
s = pyshorteners.Shortener()
shorten=(s.dagd.short(url_to_short))
withoutprotocol = shorten[8:]
os.system('cls')
banner()
print(f"\nZehirlenmiş linkiniz : https://{original_domain}-{postlink}@{withoutprotocol}")
defanother()
def defanother():
print(Fore.YELLOW +"\nBaşka bir URL dönüştürülsün mü? (EVET=e / HAYIR=h): ", end='')
another=str(input())
if another == "e":
programm()
elif another == "h":
exit()
else:
print(Fore.CYAN +"e veya h deyin")
time.sleep(1)
os.system('cls')
defanother()
programm()
bu kodu da exe ye çeviremiyorum :
import pyshorteners
s = pyshorteners.Shortener()
print(s.tinyurl.short('http://www.g1.com.br'))
verdiği hata mesajı:
(progmın py halınde hiçbir sıkıntı yok exe ye dönüşünce hata veriyor)
modül yok hatası veriyor ama modül yüklü olmassa py haliyle neden çalıştırsın ki?
edit:
cx_Freeze ile exe ye çevirken de bu hatayı alıyorum