Additions and fixes #1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
__pycache__
|
8
ciglib.py
Normal file
8
ciglib.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
class fgColor:
|
||||||
|
GREEN = '\033[92m'
|
||||||
|
RED = '\033[91m'
|
||||||
|
YELLOW = '\033[93m'
|
||||||
|
PURPLE = '\033[95m'
|
||||||
|
CYAN = '\033[96m'
|
||||||
|
GRAY = '\033[90m'
|
||||||
|
NC = '\033[0m'
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
#user input dolloars
|
#user input dollars
|
||||||
#user input number of packs
|
#user input number of packs
|
||||||
#output day, week, month year costs
|
#output day, week, month year costs
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user