Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

PROJECT SYNOPSIS

Python Command Line Application

01/04/2023
AURO UNIVERSITY
Surat
Auro university

PROJECT SYNOPSIS

Python command line application

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY

(2022-2025)

SUBMITTED By:

1. Kirtan Patil (212022053)


2. Jay Patel (212022051)
3. Vraj Desai (212022066)
4. Prince Patel (212022011)
5. Dev Patel (212022005)

GUIDE BY

NAME
Synopsis
Name: -

1. Vraj Desai (Leader)


2. Kirtan Patil
3. Dev Patel
4. Prince Patel
5. Jay Patel

Roll no/Email: -

1. Kirtan Patil: - 212022053, kirtan.patil.bscit2022@aurouniversity.edu.in


2. Jay Patel: -212022051, jay.patel.bscit2022@aurouniversity.edu.in
3. Dev Patel: - 212022005, dev.patel.bscit2022@aurouniversity.edu.in
4. Prince Patel: - 212022011, prince.patel.bscit2022@aurouniversity.edu.in
5. Vraj Desai: -212022066, vraj.desai.bscit2022@aurouniversity.edu.in

Branch: - Bachelor of science in information technology

Batch: - 2022-2025

Proposed Topic: - Python Command Line application


Content Page

1. Introduction
- What is Difference between Python Command line application and Gmail
application?
- Limitations of Python command line Application?
- Summary

2. References

3. Literature survey

4. Methodology/planning of work

5. Facilities required for proposed work


Python command line application is python program which help you to send email to
other people it is basically works like the application of Gmail. This program will ask your
credential and content of the email you have to enter your subject of email. You can get
access to send message in any email account but there are some limitations within it which
will discussed further

What is Difference between Python Command line application?

Python command line application is python program which help you to send email to other
people. This program will ask your credential and content of the email you have to enter your
subject of email, whereas Gmail is Google’s cloud-based email service that allows you to
access your messages from any computer or device with just a web browser. In this you’ll be
able to compose, send and reply to messages. You will also explore some of the common
actions that can be applied to a Gmail message. You will explore some common Gmail
settings and features.

Limitation of Python Command line Application

There are some limitations of Python Command Line Application

Less security: -In the Python Command line application program you are eligible to send
message to other people’s Accounts but the Program will give an error to send messages
because You have to give your security access to Gmail Application.

Length: -The Maximum Command line length for Create process function is 32767 character.
The Limitation comes from the UNICODE_STRING structure.

Summary

To Recapitulate, The Python Command line application is the program which is accessible
to send mail to other People Account ,In this Program we will be using the Tkinter and smtp
module to build Python Command line program. We use Tkinter module to use GUI that can
be used as interface to. Take input like : -Email, Subject, To, etc. Moreover, Smtp sever
means Simple mail Transfer Protocol which has been used to send email to other people.
REFERENCE:

Sr.NO Publisher’s Name Project Name INFO

1. Geeksforgeeks Use of SMTP They simply used SMTP


Server server to send Mail

2. AskPython Use of Tkinter They used tkinter module


module in program Tkinter using for create box
and simply it is used to create
GUI element

Literature Survey:

*No Content Available


METHODOLOGY/PLANNING OF WORK

To begin with,This program consist of the tkinter library to create a GUI Application that can
be used to create boxes where we can enter specific field In simple words It helps to install
GUI elements.Secondly,the second module is Smtp server which helps to send mail to other
people ,furthermore the def() function is to define user define function.

The main part of the code uses the tkinter library to create the GUI. It creates a root window
using the Tk() method and sets the title of the window using the title() method. Then, label
has been used to display the Graphics(ex: -Title)(method and adds it to the GUI using the
Label())method. It creates a label and an entry field for the user to enter their mail address
and Password etc. Finally, it creates a submit and Reset button using the Button() method and
sets its text, font, and command to the function.
Facilities required for proposed work

To make an Python Command line Application you will need a few packages and libraries,
depending on the specific implementation you choose.

Here are some commonly used packages: SMTP: simple mail transfer protocol. tkinter: A
GUI toolkit for creating user interfaces.

HARDWARE

CPU i7-1250U

GPU GTX 1660 SUPER

RAM 16.0 GB

STORAGE SOFTWARE

This code can run in idle, Spyder, vs code, etc.

You might also like