You are on page 1of 15

MY Weekly Planner

Brief Introduction
The main objective of our python project is to
manage our daily activities and plan our
weekly schedule. It will help you to save your
time in hustling through your week planning.

Our project is open for every user and you


can use it easily with only three Variables i.e.
("Name","Password","Table_name"). New
user can also use it.

The Purpose of the Project is to build CLI


program to reduce manual work for managing
your week.

It tracks your work progress along the week


and saves your previous weeks to track your
progress.
INPUT DATA AND VALIDATION
OF PROJECT:

1. All the Inputs such as week number, days,


your task should be entered correct.

2.User_name, Table_name, User_pass All


values are used to authenticate the user. Avoid
error in that data.

3.New users must enter unique table name.


NEED OF COMPUTARISATION

From the past few years, distractions in one's


life is constantly increasing also focus is
decreasing due to social media addiction and
various reason. To counter this many people
try to plan their days and week. also want to
track there progress i.e. what they have done
for last few weeks or months. Here
computerisation helps by making your data
secure and you can find everything at one
place. If one try to do this using pen and
paper there may be chances that he might
loose the paper or forget about it. Here what
computerisation comes in place it reminds
you to track everything and even with good
interface one might like it and try to track and
plan everything. Once you plan something
you try to do it and when you see your
progress it makes you happy and motivates
you to do better. Our myplanner program
helps you out with your planning and tracking
so you can focus on you hustle and grow
better everyday.
ADVANTAGES

1.It generates your whole week plan by a


given values.

2.It provides updation to your task after even


saving.

3.)It Keep track of your previous weeks tasks.

4.)Multiple users can use it without breaching


each others data.

5.) Authentication is only required at once.


No multiple authentication required.

6.)No need to input same data multiple times.


LIMITATIONS
1. It doesn't track your task completion time.

2. There is no chances to recover your data


once you removed it.

3. You can't access it remotely.


SOURCE CODE
DBMS: MySQL
Host: local host
User: risha
Pass: @Admin#001
Database: myplanner
Table structure: (Images below)
PYTHON CODE
OUTPUT SCREEN
FUTURE ENHANCEMENT:
1. There can be a recycle table from where
you can retrieve your deleted data.

2. It can be converted from CLI to GUI by


using FLASK(A python library).

3. We can deploy it on the server so that it can


be accessed remotely.

4. There can be a reminder which reminds to


plan our next week on weekend.
BIBLIOGRAPHY

1. https://www.stackoverflow.com
2. https://www.geeksforgeeks.com
3. Helped by Ravi sir our Computer Science
teacher

You might also like