0% found this document useful (0 votes)
20 views

Computer Science Project: Submitted To

This document is a computer science project submitted by Mohit Rao, a class 12 student, to his teacher Mrs. Snigdha Vatsa. The project discusses creating a Python application using PyInstaller to convert units like temperature, currency, length and developing a basic calculator application. It explains the various steps taken to create the executable file for the applications using PyInstaller. The conclusion states that while computer use in education has increased, there needs to be more research on its effectiveness, and such conversion and calculator programs have become an important part of daily life.

Uploaded by

Mohit Rao
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Computer Science Project: Submitted To

This document is a computer science project submitted by Mohit Rao, a class 12 student, to his teacher Mrs. Snigdha Vatsa. The project discusses creating a Python application using PyInstaller to convert units like temperature, currency, length and developing a basic calculator application. It explains the various steps taken to create the executable file for the applications using PyInstaller. The conclusion states that while computer use in education has increased, there needs to be more research on its effectiveness, and such conversion and calculator programs have become an important part of daily life.

Uploaded by

Mohit Rao
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 27

COMPUTER SCIENCE PROJECT

Submitted To Submitted by
Mrs. Snigdha Vatsa Mohit Rao
Class: XII E
Roll No.: 15

1
2
3
4



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pyinstaller.exe --onefile --windowed app.py

22
23
24
25
Computer is a very essential things in our life.During the past 10 years, the use of
computers in education has increased dramatically and a wide range of educational
computer programmes are now widely available for individual and classroom use.
However, there has been very little research reported on the effectiveness of such
use.And thereby I conclude that these programs of calculators and convrtions are
nowadays part of our daily life

26
27

You might also like