Posts

Showing posts with the label post reminder

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...