Before the rise of generative AI tools, fixing a batch of images would be messy business. It would mean bouncing between three browser tabs, logging into tools you had forgotten you had an account on, ...
I realized that I can create fairly high-level apps just by chatting with ChatGPT, without even needing to use Codex, so I've decided to start building my own utilities to replace the various ones ...
Jupyter Notebook is a tool to run and write Python code easily, showing results right away, and allowing you to combine code, charts, notes, and files in one place. You can start Jupyter Notebook ...
🎯 Project Objective This project was built to understand: GUI development using Tkinter File handling in Python Event-driven programming Building real-world desktop application Future Improvements ...
基于 Python + PostgreSQL 的桌面刷题系统,专注大学英语六级(CET-6)题型练习。 采用前后端分离架构:后端 FastAPI 提供 REST API,前端 tkinter 通过 HTTP 调用。