We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86fddb commit 1a65334Copy full SHA for 1a65334
README.md
@@ -1,10 +1,14 @@
1
# Python GUI Calculator with CI/CD
2
A simple gui calculator app written in Python and Tkinter that integrates a CI/CD pipeline.
3
4
-TODO
+## TODO
5
- [x] Basic calculator functionality
6
- [ ] Implement % button
7
- - [~] Multiple layouts & dynamic scaling
8
- - Window scaling is implemented, multiple layouts are still WIP
+ - [ ] Multiple layouts & dynamic scaling
+ - [x] Window scaling
9
+ - [ ] Multiple layouts & switching based on aspect ratio
10
- [ ] Tests and documentation
11
- [ ] CI/CD workflow using actions
12
+ - [x] Automatic testing using pytest
13
+ - [x] Automatic testing using doctest
14
+ - [ ] Automatic documentation
0 commit comments