Skip to content

zapysolo/python-inventory-management-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install Python

$ brew install python

Its better if you install the latest version because in python 3.7 many tkinter methods were deprecated. To know how to install brew click here.

Install Pymongo

For Windows and Mac

$ python -m pip install pymongo

It's recommended to use pip to install pymongo.(Since Python 3.4 pip is bundled with the Python installation package... if you are using latest python verson you dont need to manually install it).
If any problem while installing on windows click here.

If you are using pycharm IDE then make sure to add the pymongo package to you python interpreter. How?

Database

MongoDB database is hosted on mlab... no need to install mongoDB.

Run the application

zapy.py is the entry point of the application.cd into the root folder and run the application

$ cd <Path-To-Folder>/python-inventory-management-mini-project-master
$ python zapy.py

This application was created on mac and cuz of display resoultion issues the layout gets a bit messed up on low resolution screen.

Screenshot

Screenshot

About

python - tkinter - mongoDB - pymongo - mlab

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages