Skip to content

Commit 1a65334

Browse files
authored
Update README.md
1 parent a86fddb commit 1a65334

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Python GUI Calculator with CI/CD
22
A simple gui calculator app written in Python and Tkinter that integrates a CI/CD pipeline.
33

4-
TODO
4+
## TODO
55
- [x] Basic calculator functionality
66
- [ ] Implement % button
7-
- [~] Multiple layouts & dynamic scaling
8-
- Window scaling is implemented, multiple layouts are still WIP
7+
- [ ] Multiple layouts & dynamic scaling
8+
- [x] Window scaling
9+
- [ ] Multiple layouts & switching based on aspect ratio
910
- [ ] Tests and documentation
1011
- [ ] CI/CD workflow using actions
12+
- [x] Automatic testing using pytest
13+
- [x] Automatic testing using doctest
14+
- [ ] Automatic documentation

0 commit comments

Comments
 (0)