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

CONTENTS

The document discusses a medicine stock management system project created using Python. It includes sections on introducing Python, project objectives and requirements, the proposed system and its working description, coding, screenshots, and bibliography.

Uploaded by

TARUN S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

CONTENTS

The document discusses a medicine stock management system project created using Python. It includes sections on introducing Python, project objectives and requirements, the proposed system and its working description, coding, screenshots, and bibliography.

Uploaded by

TARUN S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

CONTENTS

1. INTRODUCTION TO PYTHON
2. PROJECT ON MEDICINE STOCK MANAGMENT
SYSTEM

3. INTRODUCTION OBJECTIVES OF THE PROJECT


HARDWARE AND SOFTWARE REQUIREMENTS

4. PROPOSED SYSTEM BACKEND DETAILS


WORKING DESCRIPTION

5. CODING

6. SCREEN SHOTS OF EXECUTION


7. BIBLIOGRAPHY
TERM-1

INTRODUCTION TO PYTHON

INTRODUCTION TO PYTHON Python is an


interpreter, object-oriented, high-level
programming language with dynamic semantics.
Its high-level built in data structures, combined
with dynamic typing and dynamic binding; make it
very attractive for Rapid Application Development,
as well as for use as a scripting or glue language to
connect existing components together. Python's
simple, easy to learn syntax emphasizes readability
and therefore reduces the cost of program
maintenance. Python supports modules and
packages, which encourages program modularity
and code reuse. The Python interpreter and the
extensive standard library are available in source
or binary form without charge for all major
platforms, and can be freely distributed.

History of Python:
Python is a widely used general-purpose, high-
level programming language. It was initially
designed by Guido van Rossum in 1991 and
developed by Python Software Foundation. It was
mainly developed for emphasis on code
readability, and its syntax allows programmers to
express concepts in fewer lines of code.
PROJECT ON MEDICINE STOCK
MANAGMENT SYSTEM

INTRODUCTION:
The Medicine Stock Checking System software
is ERP software used by medicine shops or
medicine dealers for wholesale/retail business.
This software stores details of medicines and helps
us to search medicines by their name and
manufacturer. It is possible to edit medicine cost
and sell the medicine. The balance i.e. due amount
of the stock can be checked. If the medicine is
expired, the system has the provision to dispose it
to the system specified warehouse. The program is
also useful to check the details of the expired
medicines.

OBJECTIVES OF THE PROJECT:


The objective of this project is to let the
students apply the programming knowledge into a
real- world situation/problem and exposed the
students how programming skills helps in
developing a good software.

Write programs utilizing modern software tools.



Apply object oriented programming principles
effectively when developing small to medium sized
projects.

Write effective procedural code to solve small to


medium sized problems.
Students will demonstrate a breadth of knowledge
in computer science, as exemplified in the areas of
systems, theory and software development.

Students will demonstrate ability to conduct a


research or applied Computer Science project,
requiring writing and presentation skills, which
exemplify scholarly style in computer science.

HARDWARE AND SOFTWARE


REQUIREMENTS

HARDWARE REQUIREMENTS: 

PROCESSOR : INTEL PENTIUM (ANY) OR AMD


ATHALON (3800+- 4200+ DUAL CORE) 

MOTHERBOARD : 1.845 OR 915,995 FOR


PENTIUM or MSI K9MM-V VIA
K8M800+8237R PLUS CHIPSET
FOR AMD ATHALON

RAM : 512MB+ 

Hard disk : SATA 40 GB OR ABOVE

Pen drive : (If back up required) 

MONITOR : 14.1 or 15 -17 inch

Key board and mouse

Printer : (if print is required – [Hard copy])

SOFTWARE REQUIREMENTS:

Windows 7(SP1) or higher

My-SQL server 5.5 or higher(as backend)



Python idle 3.6 or higher or spyder (as frontend).

Microsoft Word 2007 or higher for documentation.

PROPOSED SYSTEM:

Today, one cannot afford to rely on the fallible human beings


of be really wants to stand against today’s merciless
competition where not to wise saying “to err is human” no
longer valid, it’s outdated to rationalize your mistake. So, to
keep pace with time, to bring about the best result without
malfunctioning and greater efficiency so to replace the
unending heaps of flies with a much sophisticated hard disk of
the computer.

One has to use the data management software. Software has


been an ascent in atomization various organizations. Many
software products working are now in markets, which have
helped in making the organizations work easier and efficiently.
Data management initially had to maintain a lot of ledgers and
a lot of paper work has to be done but now software product
on this organization has made their work faster and easier.
Now only this software has to be loaded on the computer and
work can be done.

This prevents a lot of time and money. The work becomes fully
automated and any information regarding the organization can
be obtained by clicking the button. Moreover, now it’s an age
of computers of and automating such an organization gives the
better look.

WORKING DESCRIPTION

This project is designed for Medicine Stock


Checking System software is ERP software used by
medicine shops or medicine dealers for
wholesale/retail business. This project consists the
following options

1. DATABASE AND TABLECREATION

2. ADDING A NEW MEDICINE

3. SEARCHING MEDICINE BY NAME

4. SEARCHING MEDICINE BY MANUFACTURE

5. UPDADING MEDICINE COST

6. SELLING MEDICINE

7. CHECKING AVAILABILITY

8. DISPOSING MEDICINES

9. SEARCHING EXPIRED MEDICINE BY NAME

You might also like