PC-app-development
- 1. tk command binding
- 2. Label textvariable: toggle text
- 3. Label textvariable: Increment integers
- 4. Label textvariable: Increment floats
- 5. Label textvariable: Increment integers with binding modifiers
- 6. Counter: integers
- 7. Counter: floats
- 8. Counter: integers with modifiers
- 9. Modify via checkbox
- 10. Modify via radiobutton
- 11. tk Button Widget: Key Methods
- 1. Name and age
- 2. Hailstone numbers
- 3. Insult generator
- 4. Sportsmen
- 5. Temperature converter
- 6. Temperature converter2
- 6.1. References
- 6.2. Key components
- 6.3. Add image to left
- 6.4. Vertically Centre the temperature fields
- 6.5. Change Convert button to an icon button
- 6.6. Create CtoF up arrow button
- 6.7. Refactor code to calculate F to C
- 6.8. Add Code for Fahrenheit enter key
- 6.9. Create code to calculate C to F
- 6.10. Add Code for celsius enter key
- 6.11. Final code
- 7. Temperature converter3
- 8. Rectangle area
- 9. Force components
- 10. Displacement calculator
- 1. Feedback Form
- 2. iPhone Calculator
- 2.1. References
- 2.2. Get started
- 2.3. Settings
- 2.4. Build first part of interface
- 2.5. Add code for buttons
- 2.6. Code for buttons step 1
- 2.7. Code for buttons step 2
- 2.8. Code for buttons step 3
- 2.9. Code for buttons step 4
- 2.10. Code for buttons click method
- 2.11. Code for buttons step 5
- 2.12. Final code