Skip to content

Instantly share code, notes, and snippets.

@Scriptionz
Scriptionz / axis_1.0.1.py
Last active October 12, 2025 10:45
Axis Phyton 1 Version List
import time
import os
import sys
import urllib.request
import random
# ========== AYARLAR ==========
current_version = "1.0.1" # Mevcut sürüm, yeni sürümde artır
gist_id = "3f96f83b995b625459972c12469e372e" # Senin Gist ID'n
latest_url = f"https://gist.githubusercontent.com/Scriptionz/{gist_id}/raw/latest.txt" # En güncel sürüm numarası için (dosya adını kendi isimlendirdiğine göre değiştir)