A simple desktop tool for structuring your problem-solving process on LeetCode. Built with tkinter, it guides you through:
- π Timed Reading, Thinking, Coding, and Reviewing stages
- π¬ Logs your own or others' ideas, code, and notes
- π Auto-generates a
session_log.mdyou can commit to your GitHub repo
- π Guided study flow with timers
- π Text input for your own or borrowed ideas/code
- β±οΈ Duration tracking per stage
- π Markdown export for GitHub syncing
git clone https://github.com/DKev/leetcode_logging_helper_bot.git
cd leetcode_logging_helper_bot
python main.pyPython 3.8+ tkinter (built-in in most Python installations)
MIT License