PythonLab | Python Source Code
1.07K subscribers
1 photo
16 files
12 links
🐍 Python Source Code & Projects

• Free Python projects
• Telegram bots & automation
• APIs, SQLite & tools
• Tutorials & coding tips

📦 Full source code & project files
🔗 GitHub: github.com/IegaIize
💬 @IegaIize
Download Telegram
Hi Everyone
Active ?
🤩21
🐍 PythonLab | Python Source Code

Python geliştiricileri için ücretsiz Python projeleri, source code ve Telegram botları.

📦 İçeriklerimiz

🤖 Telegram Bots
🐍 Python Projects
⚙️ API & Automation
⚙️ SQLite & Database
🖥 GUI / Tkinter
📁 Full Source Code
📚 Python Tutorials & Tips

Her projede mümkün olduğunca kaynak kodu, kurulum adımları ve kullanım bilgileri paylaşılır.

🔗 GitHub: github.com/IegaIize
💬 İletişim: @IegaIize

📣 Yeni Python projeleri ve source code'lar için kanalı takipte kalın.
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
please write your message in english when sending a dm.
💳 Card Shop Bot - Open Source

A Telegram bot for purchasing virtual card packages with balance system, BIN lookup, and refund support.

🤖 Test Bot: @yesbrobot
🔗 GitHub: https://github.com/IegaIize/Cc-Sell-Shop-Bot.git

⭐️ Features:

• 3 Card Tiers: Economic ($1/20 cards), Fast ($3/50 cards), Custom ($5/70 cards)
• Balance System with Stars deposit
• BIN Lookup via API
• Refund System with admin approval
• Multi-language (Turkish & English)
• Admin Panel with statistics
• Spam Protection

✍️ User Commands:

/start - Start bot & language selection
/help - Show help guide
/price - View price list
/contact - Support contact info
/profile - Account information & balance
/buy - Open purchase menu
/fast - Quick buy Fast Package (50 cards/$3)
/custom <BIN> - Buy Custom Package with BIN (70 cards/$5)
/economic - Buy Economic Package (20 cards/$1)
/mycards - View purchased cards history

⚙️ Admin Commands:

/admin - Show all admin commands
/filelist - List all card files
/filedelete <number> - Delete card file
/upload - Upload card file
/add - Add cards via text
/stats - Global statistics
/giveaway <amount> - Give balance to all users
/announce <message> - Send announcement
/ban <id> - Ban user
/unban <id> - Unban user
/createcode <amount> - Create promo code

💎 Pricing:

• Economic: $1.00 → 20 cards (Mixed banks)
• Fast: $3.00 → 50 cards (Mixed banks)
• Custom: $5.00 → 70 cards (BIN selection)

🎮 How to Use:

1. /start → Select language
2.
💳 Balance → Select amount → Send Stars → Click Sent
3.
🛒 Buy → Choose package → Confirm
4. After purchase, report card status (Live/DEC)
5.
👤 Account → View balance, history, transactions

🔧 Tech Stack:

• Python 3.7+
• python-telegram-bot 20.7
• BIN Lookup API (
binlist.net)

📦 Installation:

git clone
https://github.com/IegaIize/Cc-Sell-Shop-Bot.git
pip install -r requirements.txt
# Edit BOT_TOKEN and ADMIN_ID in
bot.py
python
bot.py

📁 License: MIT

📞 Support: @IegaIize

#OpenSource #TelegramBot #Python #CardShop #BotDevelopment
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1
@lremusicbot

Ai Support Added. Commands /ai
Please open Telegram to view this post
VIEW IN TELEGRAM
Password Generator.py
179 B
🛡 Random Password Generator

A simple Python script that generates a secure random password using letters, numbers, and special characters.

📁 File: password_generator.py
🔗 Lre: http://fileconvert.tr.ht/product.php?id=1786190780269

⭐️ Follow for more Python projects!
Please open Telegram to view this post
VIEW IN TELEGRAM
QR Code Generator.py
136 B
📱 QR Code Generator

Generate QR codes from any text or URL.

📁 qr_code_generator.py
🔗 Lre: http://fileconvert.tr.ht/product.php?id=1786190709821

🖥 Install:
pip install qrcode[pil]
Please open Telegram to view this post
VIEW IN TELEGRAM
NASA APOD.py
253 B
🚀 NASA Astronomy Picture of the Day

Fetch today's space image directly from NASA's API.

📁 nasa_apod.py
🔗 Lre: http://fileconvert.tr.ht/product.php?id=1786190676591

🖥 Terminal:
pip install requests
Please open Telegram to view this post
VIEW IN TELEGRAM