From af8b25e54cb031fa25f3320e9dc1c8e137427aee Mon Sep 17 00:00:00 2001 From: Mariya Date: Wed, 28 Jul 2021 07:54:18 -0700 Subject: [PATCH] update read me with new video and math explination --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f5cc96..20b8980 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,22 @@ Binary to Decimal Converter Mobile App With KivyMD
completeApp_part1.py
-This file contains the complete code for the first part of this project, +This file contains the complete code for the first part of this project,
and corresponds to the following step by step YouTube tutorial:
https://youtu.be/ah3JeHAfM0M

+completeApp_part2.py +
+This file contains the complete code for the second part of this project, +
+and corresponds to the following step by step YouTube tutorial: +
+https://youtu.be/2aRBkAA1_9o +
+
starter_file.py
Is an empty screen window only - which can be used as a starting point @@ -21,11 +30,16 @@ Is an empty screen window only - which can be used as a starting point to follow along with the tutorial above.

-In part 2+3 of this project: + How the Math behind the Conversion Works?
-1. We will handle exceptions -2. We will re-write the "convert" function, so that it converts fractions as well and not just whole numbers -3. Load this app onto our Android devices +Checkout my math tutorial on YouTube for a detailed explination: +
+https://youtu.be/4IFq7_s9NEA +
+
+In part 3 of this project: +
+We will load this app onto our Android devices

Author: Mariya Sha