Posts

Showing posts with the label Tech Tools

๐Ÿงน One Click System Cleaner App using Python – Clean Temp, Cache, and Log Files | FuzzuTech

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ App Name: One Click System Cleaner – FuzzuTech Tech Stack: Python, CustomTkinter, Tkinter, OS, Shutil Purpose: Clean Temp Files, Cache, and Log Files with a Single Click Highlights: ๐Ÿ’ป Dark Hacker GUI ๐Ÿงน Clean Windows Cache, Chrome Cache, and .log files ๐Ÿง  Useful for Developers, Coders, and PC Users ๐Ÿ”ง Fully Offline Utility ⚡ Fast Execution | Smooth UI | 100% Python ✨ Created by [FuzzuTech] – Subscribe on YouTube for more Viral Python Projects! ๐ŸŽฅ Watch the full demo ๐Ÿ“ฅ Source Code Here Code : <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8" />   <meta name="viewport" content="width=device-width, initial-scale=1.0" />   <title>JS Image Compressor</title>   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" />   <style>     body {       background: linear-g...

๐Ÿงน One Click System Cleaner App using Python – Clean Temp, Cache, and Log Files | FuzzuTech

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ App Name: One Click System Cleaner – FuzzuTech Tech Stack: Python, CustomTkinter, Tkinter, OS, Shutil Purpose: Clean Temp Files, Cache, and Log Files with a Single Click Highlights: ๐Ÿ’ป Dark Hacker GUI ๐Ÿงน Clean Windows Cache, Chrome Cache, and .log files ๐Ÿง  Useful for Developers, Coders, and PC Users ๐Ÿ”ง Fully Offline Utility ⚡ Fast Execution | Smooth UI | 100% Python ✨ Created by [FuzzuTech] – Subscribe on YouTube for more Viral Python Projects! ๐ŸŽฅ Watch the full demo Code : import customtkinter as ctk import os, shutil from tkinter import messagebox # ๐Ÿ”ง UI Appearance Setup ctk.set_appearance_mode("dark") ctk.set_default_color_theme("green") # ✅ Temp Cleaner def clean_temp():     try:         temp = os.getenv('TEMP')         for root, dirs, files in os.walk(temp):             for file in files:               ...

๐Ÿ”ฅ Generate Viral Instagram Captions with openai – Python GUI App (Offline Tool) | FuzzuTech

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ ✅ Features: YouTube embedded short Code snippet screenshot (main window) Button: “Download Python Code” (optional link to GitHub/GDrive) SEO Meta: Python GUI Caption Tool, AI Instagram Caption Generator, Offline Caption App Code : import tkinter as tk import customtkinter as ctk import random # import openai  # Uncomment this line if you want to use OpenAI # openai.api_key = "your-api-key"  # Add your OpenAI API key here if needed # Predefined topic-based captions (fallback) captions = {     "travel": [         "Wander often, wonder always ๐ŸŒ✈️",         "Collecting memories, not things ✨",         "New places, new faces ๐ŸŒ„๐Ÿ“ธ"     ],     "food": [         "Foodie vibes only ๐Ÿ”๐Ÿ•",         "Good food = Good mood ๐Ÿ˜‹",         "In a serious relationship with food ❤️"     ],...

Instagram Post Scheduler – FuzzuTech ๐Ÿ”ฅ (Auto Reminder Python App)

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ ✨ Features to Mention: Built with customtkinter Schedules IG post reminders with image preview Lightweight & open-source Great for creators, marketers, and developers Unique interface & minimal design Works offline! Code : import customtkinter as ctk from tkinter import filedialog, messagebox from PIL import Image, ImageTk import threading, datetime, time import os # App setup ctk.set_appearance_mode("dark") ctk.set_default_color_theme("blue") app = ctk.CTk() app.geometry("600x600") app.title("๐Ÿ“… Instagram Post Scheduler - FuzzuTech") # Image placeholder img_label = ctk.CTkLabel(app, text="No Image Selected") img_label.pack(pady=10) # Caption entry caption_entry = ctk.CTkTextbox(app, height=100) caption_entry.insert("0.0", "Enter your Instagram caption here...") caption_entry.pack(pady=10) # Date-time entry date_entry = ctk.CTkEntry(app, placeholder_text="YYY...

Fuzzu UTM Link Generator – Auto QR Code + Clipboard Tool for Campaigns ๐Ÿ”ฅ

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ ๐Ÿ“ข Features: Auto UTM link generator Campaign tracking support Instant QR code creation Clipboard auto-copy Built using Python + CustomTkinter Perfect for digital marketers & growth hackers Clean GUI design One-click power tool Code : import customtkinter as ctk import pyperclip import customtkinter as ctk import pyperclip import validators import qrcode from PIL import ImageTk def generate_link():     base = entry_base.get()     source = entry_source.get()     medium = entry_medium.get()     campaign = entry_campaign.get()     if not validators.url(base):         label_result.configure(text="❌ Invalid URL!", text_color="red")         return     final_link = f"{base}?utm_source={source}&utm_medium={medium}&utm_campaign={campaign}"     pyperclip.copy(final_link)     label_result.configure(text="✅ ...

๐Ÿ’ธ My Channel Was Dead... Now This Python App Might Save It – Fuzzu Expense Tracker

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ Features: Built with Tkinter GUI Uses Matplotlib for charts Real-time data tracking Monthly summary by category Clean dark mode UI Great for portfolios and students Code : import tkinter as tk from tkinter import ttk, messagebox from datetime import datetime import matplotlib.pyplot as plt from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg class ExpenseTrackerApp:     def __init__(self, root):         self.root = root         self.root.title("๐Ÿ’ธ Personal Expense Tracker - FuzzuTech")         self.root.geometry("600x450")         self.root.config(bg="#121212")         self.expenses = []  # List to store expenses as tuples (date, category, amount)         title = tk.Label(root, text="Personal Expense Tracker", font=("Arial", 20, "bold"), fg="#00ff99", bg="#121212")       ...

Auto IP Tracker WebApp | Track IP in Hacker Style with Pure HTML, CSS, JS – FuzzuTech

   Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ ๐ŸŒŸ Features: Auto IP detection with fetch from ipify Hacker-themed terminal UI Fully responsive and lightweight Fake tracking lines to simulate IP trace No external dependencies (except fetch) Code : index.html <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <title>Auto IP Tracker - FuzzuTech</title>   <link rel="stylesheet" href="style.css"> </head> <body>   <div class="tracker-container">     <h1>Auto IP Tracker in WebApp</h1>     <button onclick="autoTrackIP()">Auto Detect & Track</button>     <pre id="output">Click the button above to detect your IP and start tracking...</pre>   </div>   <script src="script.js"></script> </body> </html>  style.css  body {   background-color: #000;   color: #0f0; ...

Instantly Check Your PC Specs with This Simple App (Python GUI Project)

Image
  Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ Code : import tkinter as tk from tkinter import ttk import platform import psutil import shutil def get_specs():     os_label.config(text=platform.system() + " " + platform.release())     cpu_label.config(text=platform.processor())     ram_label.config(text=f"{round(psutil.virtual_memory().total / (1024 ** 3), 2)} GB")     disk = shutil.disk_usage("/")     disk_label.config(text=f"{round(disk.total / (1024 ** 3), 2)} GB") root = tk.Tk() root.title("System Info Viewer") root.geometry("400x300") root.config(bg="#1e1e1e") style = ttk.Style() style.configure("TLabel", background="#1e1e1e", foreground="white", font=("Segoe UI", 12)) ttk.Label(root, text="๐Ÿ–ฅ System Info Viewer", font=("Segoe UI", 16, "bold")).pack(pady=10) ttk.Label(root, text="Operating System:").pack() os_label = ttk.Label(root, text="") ...

How I Created My Own VPN Server at Home for Free! | Fuzzu VPN Project ๐Ÿ”ฅ

Image
Demo : Click Video ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ Code : import os import socket import threading import time import tkinter as tk from tkinter import messagebox from ttkbootstrap import Style from ttkbootstrap.widgets import Button, Combobox, LabelFrame import subprocess  # Importing subprocess for VPN process control # Global VPN server and client configurations HOST = '0.0.0.0'  # Listen on all available interfaces PORT = 5000        # VPN Server port DEST_SERVER = 'www.example.com'  # Destination server to route traffic to DEST_PORT = 80      # Port on the destination server # Global paths config_folder = os.path.join(os.getcwd(), "fuzzuvpn_configs") auth_path = os.path.join(config_folder, "auth.txt") vpn_process = None start_time = None timer_running = False # VPN server - Forwards data between client and destination server def handle_client(client_socket):     try:         with socket.socket(socket.AF_INET, socket.SOCK_S...