一个基于 Python 和 FreeSimpleGUI 开发的轻量化桌面记账工具
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
Fixed exception handling in the export function, now only catches OSError and IOError.
89eac68View on GitHubAdded data export functionality, supporting CSV, JSON, and TXT formats; optimized the display of amount formatting.
a36cd8cView on GitHubOptimize data processing logic, simplify function parameters, and enhance input validation.
eadc0bbView on GitHubRefactor the event handling logic and simplify the event handling code in the main function.
f7f3a88View on GitHubChange the title of the "Clear Bill" confirmation pop-up to "Clear".
050d776View on GitHubFixed the conditional statements in the main function to ensure that data is added only under specific conditions.
92a3465View on GitHubRefactor the main layout function, optimize variable naming, and fix data passing issues.
068fd10View on GitHub