You are on page 1of 20

Puranmal Lahoti Government Polytechnic, Latur

Ausa Road, Latur, Dist. Latur - 413531


NAME OF DEPARTMENT: COMPUTER ENGINEERING

Industry Name
Om Sai Infotech, Latur

IN -PLANT TRAINNING REPORT


Unit Converter
Maharashtra State Board of Technical
Education , Mumbai.

Certificate of Completion
Industrial Training
(By respective Head of the Institute & Head of the
Department)

This Is To Certify That Miss. Khelge Diksha Gurunath . With Enrollment No.

2100160168 . Has Successfully Completed Industrial Training (22057). In Om

Sai Infotech ,Latur From -06-2023 To -07-2023 For Partial Fulfillment

Towards Completion Of Diploma In Computer Engineering From Puranmal

Lahoti Government Polytechnic, Latur Institute Code 0016.

Signature Signature
Head of the Department Head of the Institute
Seal of
the
Institute

Page | 1
Maharashtra State Board of Technical
Education, Mumbai.

Puranmal Lahoti Government Polytechnic , Latur


Dist -Latur. 413531

PROJECT REPORT
ON
Industrial Training

Submitted by
Miss. Khelge Diksha Gurunath
(Enrollment No:-2100160168)

Under the Nobel Guidance of


Prof. Kanade G. A
Prof. Solunke M.F
(Project Mentor)

Submitted to

Page | 2
Abstract

The project is on the basis of Python language. I


have created the application named the Unit converter. This
application was created by using the python language.

Unit Converter is a quick, easy and powerful tool


for converting various measurement units. Unit converter can
convert different units of measure viz.

The applications are written java language and the


system can also run application that are written in other
language, like C language.

The main aim to develop the converter is to improve


the speed of converter in such a way that it will reduce
complexity in solving problems with unit converter. To design a
simple unit converter those insure timely.

Page | 3
Acknowledgement
We would like to thank our Project Mentor Prof.
Kanade G.A and Prof. Solunke M.F for his valuable
Guidance, suggestion and timely help in the completion of
Project Report on Unit Converter. We would also like extend
our sincere gratitude to our Industry Supervisor Mr.Swami R.S
to help and guide us in make in this Project Report.

We would also like to thank to our industry Director


Mr. Subrato Mukherjee Director of Om Sai Infotech for
timely support. We would like to extend our sincere Gratitude to
our Prof. Chavan S.V Head of Department of Computer
Engineering for their timely support and incourgement
guidance in this Industrial Training.

Page | 4
Content

Sr.no Content Page no.


Chapter1:
1 06
Introduction
Chapter2:
1 07
Organizational Structure
Chapter 3:
2 08
Introduction Of Company
Chapter 4:
3 09
Types Of Major Equipment’s
Chapter 5:
4 10
Implementation
Chapter 6:
5 11
Hardware & Software Requirements
Chapter 7:
6 12
Diagram
Chapter 8: 13
7
Detail Introduction
Chapter 9:
8 14-15
Input & Output
Chapter 10:
9 16
Advantages
Chapter 11:
10 17
Future Scope:
11 Conclusion 18

Table

1 Chart for units for length conversion 06

Page | 5
Chapter 1
Introduction
To create Unit Converter, we use Python . The unit
conversion consists of multiple steps involving multiplication or
division by numerical factor or, specifically, a conversion factor.

There are different units of conversion that utilized


to measure different parameter.

1. Measuring length

2. Measuring Time

3. Measuring Temperature

To make simple unit Converter in python to perform


conversions operations such as centimeter to meter, millimeter
to centimeter, millimeter to meter, etc.

Chart for Units of Length Conversion :


Sr.no Quantity Conversion Factor
1. 1 centimeter 10 millimeters
2. 1 kilometer 1000 meter
3. 1 meter 1000 millimeter
4. 1 meter 100 centimeter

Page | 6
Chapter 2
Organizational Structure
The name of the Industry is Om Sai Infotech ,Latur. It is
located at Aapli Avad ,2nd Floor, Shivaji Chowk , Old Railway Line
Road ,Latur. It is a medium Scale company.

The type of product is


service Industry, type of control
is private. The type of company
is medium scale. It provides the
services. It has available 50
Computers for Training.

It is well equipped lab.


There is one server room. There
internship capacity is 50.It is
medium scale service type industry.

Page | 7
Chapter 3
Introduction of Company

Name of the industry Om Sai Infotech it is located


at Aapli Avad, 2nd floor, Shivaji chowk ,Latur.The owner of
the industry Mr.Subrato Mukherjee. Our Company Supervisor
is Mr.Swami.R.S his Designation is M.Tech (CSE).

The type of product is service industry, type of


control is private. The type of company is medium scale.it has
available 50 computers. There internship capacity is 50.it
provides the training for students. They provide services. They
develop small software’s also.

Page | 8
Chapter 4
Types of Major Equipment’s In Industry

Om Sai infotech has a well-equipped computer lab.


It contains about 50s of computer systems. It has a server room
.it operates on the basis of client -server architecture. All the
computers are linked together to server computers as a client.

All the computers are of dell and acer. The


computers have windows and Linux operating systems with
broad specification.

All the computers are maintained and cleaned every


week. The antivirus is installed in all the computers to protect
them from viruses. All the computer systems are well managed.

Page | 9
Chapter 5
Implementation

In this industrial training we have implemented


about the python’s basic topics. In it we have understood various
concepts of python like class, interface, Inheritance and
functions and so on.

We have installed the operating system on the


computer system. We have also installed the python software.

To create unit converter, we use python application


that is PyCharm Community Edition 2023.1.3. PyCharm is a
integrated development environment (IDE) used for
programming in python.

It provides code analysis, a graphical debugger, an


integrated unit tester, integration with version control systems,
and supports web development with Diango. PyCharm is
developed by Czech company Jet Brains.

Page | 10
Chapter 6
Software and Hardware Requirements

Hardware Requirement’s

Desktop – LENOVO PC
RAM– 1 GB
Processer– Intel Dual Core, i3-i5

Software Requirement’s

Operating System– window 07 or further version


Software – python 3.7.3
Notepad –

Page | 11
Chapter 7
Diagram

Page | 12
Chapter 8
Detail Information

In this project we have created a Unit Converter


application by using PyCharm in python. To create Unit
converter, we have used python PyCharm Community Edition
2023.1.3 Version.

Different units of conversion are used to measure


different parameters. It is most commonly used module for GUI
apps in the python.

In mathematics, we convert the units of


measurement to understand better. For example, the length of a
table is measured in inches whereas the length of a garden is
measured in yards to make it simple to understand.

The conversion of units is required to solve various


mathematical problems.

In unit conversion, we used different types of


conversion such as length, time and temperature conversion.

Page | 13
Chapter 9
Input & Output
import math

print("----* Unit Converter *----".center(150))

converter = input ("Which category would you like to convert? we support


length(l):,Time(t):,Temperature(temp):")
if converter == ("l"):
print("Welcome to Length Converter".center(100))
unit1 = input ("Which unit would you like to convert from: ")
unit2 = input ("Which unit would you like to convert to: ")
num1 = int(input ("Enter your value: " ))
if unit1 == "cm" and unit2 == "m":
ans = float(num1)/100
print("cm to m=",ans)
elif unit1 == "mm" and unit2 == "cm":
ans = float(num1)/10
print("mm to cm=",ans)
elif unit1 == "m" and unit2 == "cm":
ans = float(num1)*100
print("m to cm=", ans)
elif unit1 == "cm" and unit2 == "mm":
ans = float(num1)*10
print("cm to mm=",ans)
elif unit1 == "mm" and unit2 == "m":
ans = float(num1)/1000
print("mm to m=", ans)
elif unit1 == "m" and unit2 == "mm":
ans = float(num1)*1000
print("m to mm=", ans)
elif unit1 == "km" and unit2 == "m":
ans = float(num1)*1000
print("km to m=", ans)
elif unit1 == "m" and unit2 == "km":
ans = float(num1)/1000
print("m to km=", ans)
elif unit1 == "mm" and unit2 == "km":
ans = float(num1)/1000000
print("mm to km=", ans)
else:
print("Please enter the correct unit of length")

if converter == ("t"):
print("Welcome to time Converter".center(100))
unit1 = input("Which unit would you like to convert from: ")
unit2 = input("Which unit would you like to convert to: ")
num1 = int(input("Enter your value: "))
if unit1 == "min" and unit2 == "sec":

Page | 14
ans = float(num1)*60
print("min to sec=",ans)
elif unit1 == "hr" and unit2 == "sec":
ans = float(num1)*3600
print("hr to sec=", ans)
elif unit1 == "day" and unit2 == "hr":
ans = float(num1) * 24
print("day to hr=", ans)
elif unit1 == "day" and unit2 == "min":
ans = float(num1) * 1440
print("day to min=", ans)
else:
print("Please enter the correct unit of time ")

if converter == ("temp"):
print("Welcome to temperature Converter".center(100))
unit1 = input("Which unit would you like to convert from: ")
unit2 = input("Which unit would you like to convert to: ")
num1 = int(input("Enter your value: "))
if unit1 == "fehrenheit" and unit2 == "celsius":
ans = float(num1-32)*(5.0/9.0)
print("fehrenheit to celsius =",ans)
elif unit1 == "celsius" and unit2 == "fehrenheit":
ans = float(num1 * (9.0 / 5.0)+32)
print("celsius to fehrenheit =",ans)
elif unit1 == "kelvin" and unit2 == "celsius":
ans = float(num1 -273.15)
print("kelvin to celsius =", ans)
elif unit1 == "celsius" and unit2 == "kelvin":
ans = float(num1 +273.15)
print("celsius to kelvin =", ans)
else:
print("Please enter the correct unit of temperature ")

Page | 15
OUTPUT

Page | 16
Chapter 10
Advantages

 The Quick Unit conversion makes us more


convenient.
 Unit conversion values stable and accurate.
 Efficient
 Easy to use
 Fast and Accurate Calculations

Page | 17
Chapter 11
Future Scope

In future by using the python language we will face


more challenging tasks in software development field. In in-
plant training we learn and implement python language .

Using python we will create projects which is related


below points:-

Software Development
Data Base Access
Game And 3d Graphics
Desktop GUI Application
Business Application

Page | 18
Conclusion
In this work we have developed a Unit Converter for
exact conversion of number. A unit converter expresses the
same property as a different units of measurement.

A unit of measurement is a definite magnitude of a


quantity, defined and adopted by convention or by law, that is
used as a standard for measurement of the same kind of quantity.

It provides the facility to convert the units of


physical quantities to another unit easily and accurately.

Page | 19

You might also like