-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
45 lines (33 loc) · 1.49 KB
/
README.txt
File metadata and controls
45 lines (33 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*******************************************************************
* TERSY is created by Misha Makharadze and Makrine Tskipurishvili *
*******************************************************************
TERSY - Mini Terminal Assistant is a friendly assistant which works in your terminal and helps you
with various things such as shopping and lets you know about your Zodiac signs.
Tersy is made with Ncurses library.
Features of Tersy:
Manage your shopping list
Get your astrological information
The shopping list feature lets you enter the items you plan to buy to help you with your shopping. The item information includes
* Name
* Quantity
* Type
You can add, delete and sort the items.
The above feature uses an OOP approach.
The astrological feature provides you information about your astrological profile including your Western zodiac sign, your Eastern zodiac sign and your life path number.
In this feature you can add, delete and sort the data of users by alphabetical order.
The user data contains:
* First Name
* Last Name
* Birthdate
The above feature uses an OOP approach.
In order to use the particular feature the main file “tersy” is executed in the terminal and the either of the following arguments are added
-shopping
-zodiac
In case of needing any help the following command is entered:
./tersy -help
HOW TO USE:
After downloading all the project files(from GitHub):
1) Compile tersy.cpp
2) Compile SHOPPING.cpp and zod.cpp using -lncurses
3) Run ./tersy
4) Don't forget to enjoy :)