mirror of
https://github.com/MariyaSha/BinarytoDecimal.git
synced 2025-07-21 12:21:04 +02:00
update read me with new video and math explination
This commit is contained in:
24
README.md
24
README.md
@@ -7,13 +7,22 @@ Binary to Decimal Converter Mobile App With KivyMD
|
|||||||
<br>
|
<br>
|
||||||
<b>completeApp_part1.py</b>
|
<b>completeApp_part1.py</b>
|
||||||
<br>
|
<br>
|
||||||
This file contains the complete code for the first part of this project,
|
This file contains the complete code for the <b>first part</b> of this project,
|
||||||
<br>
|
<br>
|
||||||
and corresponds to the following step by step YouTube tutorial:
|
and corresponds to the following step by step YouTube tutorial:
|
||||||
<br>
|
<br>
|
||||||
https://youtu.be/ah3JeHAfM0M
|
https://youtu.be/ah3JeHAfM0M
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
<b>completeApp_part2.py</b>
|
||||||
|
<br>
|
||||||
|
This file contains the complete code for the <b>second part</b> of this project,
|
||||||
|
<br>
|
||||||
|
and corresponds to the following step by step YouTube tutorial:
|
||||||
|
<br>
|
||||||
|
https://youtu.be/2aRBkAA1_9o
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
<b>starter_file.py</b>
|
<b>starter_file.py</b>
|
||||||
<br>
|
<br>
|
||||||
Is an empty screen window only - which can be used as a starting point
|
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.
|
to follow along with the tutorial above.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<b>In part 2+3 of this project:</b>
|
<b> How the Math behind the Conversion Works?</b>
|
||||||
<br>
|
<br>
|
||||||
1. We will handle exceptions
|
Checkout my math tutorial on YouTube for a detailed explination:
|
||||||
2. We will re-write the "convert" function, so that it converts fractions as well and not just whole numbers
|
<br>
|
||||||
3. Load this app onto our Android devices
|
https://youtu.be/4IFq7_s9NEA
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<b>In part 3 of this project:</b>
|
||||||
|
<br>
|
||||||
|
We will load this app onto our Android devices
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<b>Author:</b> Mariya Sha
|
<b>Author:</b> Mariya Sha
|
||||||
|
Reference in New Issue
Block a user