File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PyToDo
2- Python3 To-Do app
2+ Python3 To-Do cli app
33
44## Running
55```
@@ -13,24 +13,23 @@ python main.py
1313## Usage
1414### Start Screen
1515```
16- ____ ______ ____
17- /\ _`\ /\__ _\ /\ _`\
18- \ \ \L\ \__ __\/_/\ \/ ___ \ \ \/\ \ ___
19- \ \ ,__/\ \/\ \ \ \ \ / __`\ _______\ \ \ \ \ / __`\
20- \ \ \/\ \ \_\ \ \ \ \/\ \L\ \/\______\\ \ \_\ \/\ \L\ \
21- \ \_\ \/`____ \ \ \_\ \____/\/______/ \ \____/\ \____/
22- \/_/ `/___/> \ \/_/\/___/ \/___/ \/___/
23- /\___/
24- \/__/
16+ ██████╗ ██╗ ██╗ ████████╗ ██████╗ ██████╗ ██████╗
17+ ██╔══██╗╚██╗ ██╔╝ ╚══██╔══╝██╔═══██╗ ██╔══██╗██╔═══██╗
18+ ██████╔╝ ╚████╔╝ ██║ ██║ ██║█████╗██║ ██║██║ ██║
19+ ██╔═══╝ ╚██╔╝ ██║ ██║ ██║╚════╝██║ ██║██║ ██║
20+ ██║ ██║ ██║ ╚██████╔╝ ██████╔╝╚██████╔╝
21+ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝
22+ ---------------------- ver 0.05 -----------------------
23+ ------------------ By. TG -------------------
2524
26- ---------------------- ver 0.04 -----------------------
27- ---------------------- By. TG -----------------------
28-
29- [1 ] List To-Do
30- [2] Remove item from To-Do
31- [3 ] List Done
32- [0] Exit
33- --> [INPUT ]
25+ [1] List To-Do
26+ [2] Remove item from To-Do
27+ [3] List Done
28+ [4 ] Recover from Done
29+
30+ [9 ] Help
31+ [0] Exit
32+ ~/$> [Selection ]
3433```
3534
3635## Todo
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ Leyla ile Mecnun 35. Bölüm [ FULL HD ] Mon Aug 27 11:13:34 2018
1717Leyla ile Mecnun 36. Bölüm [ FULL HD ] Mon Aug 27 11:13:34 2018
1818Leyla ile Mecnun 37. Bölüm [ FULL HD ] Mon Aug 27 17:47:55 2018
1919Leyla ile Mecnun 38. Bölüm [ FULL HD ] Tue Aug 28 16:59:19 2018
20- Leyla ile Mecnun 39. Bölüm [ FULL HD ] Tue Aug 28 18:44:48 2018
20+ Leyla ile Mecnun 39. Bölüm [ FULL HD ] Tue Aug 28 18:44:48 2018
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ def printMenu():
9494 cprint ("[2] Remove item from To-Do" , color = 'cyan' , attrs = ['bold' ])
9595 cprint ("[3] List Done" , color = 'magenta' , attrs = ['bold' ])
9696 cprint ("[4] Recover from Done" , color = 'blue' , attrs = ['bold' ])
97+ print ()
9798 cprint ("[9] Help" , color = 'white' , attrs = ['bold' ])
9899 cprint ("[0] Exit" , color = 'red' , attrs = ['bold' ])
99100
You can’t perform that action at this time.
0 commit comments