Name: Biziya Bolorsaran
Student ID: 22102548
Course: Open Source Software
HabitTrackerCLI is a simple and efficient command-line application that helps users create, track, and manage their daily habits.
The program is built using Python and stores all data in a JSON file to ensure persistence between runs.
Register a new habit you want to build and track.
Record which habits you completed today.
See all registered habits.
Check how many times each habit was completed.
All user data is saved automatically.
OpenSourceTermProject/ │── habit_tracker.py # Main program │── data.json # Auto-generated user data │── README.md # Documentation │── LICENSE # MIT License
=== HabitTrackerCLI ===
습관 목록 보기
습관 추가
습관 삭제
오늘 기록하기
통계 보기
종료 선택: 2
새로운 습관 이름을 입력하세요: study 습관이 추가되었습니다!
=== HabitTrackerCLI === 선택: 4 완료한 습관을 입력하세요: study 오늘의 기록이 저장되었습니다!
=== HabitTrackerCLI === 선택: 5 📊 통계:
study: 1회 완료
=== HabitTrackerCLI === 선택: 0 프로그램을 종료합니다.
- Install Python 3.x
- Open Terminal / CMD
- Navigate to the project folder:
This project is licensed under the MIT License.
This project was created as part of the Open Source Software course.
Its purpose is to demonstrate understanding of Python basics, CLI interface design, and open-source documentation.
✨ If you need help adding screenshots, GIF demo, or customizing your GitHub pro