An open API service indexing awesome lists of open source software.

https://github.com/jimut123/tkinter_management_information_system

A basic MIS application in python3 using tkinter for GUI. The best tkinter side project in the internet.
https://github.com/jimut123/tkinter_management_information_system

database database-application dbms dbms-application excel gui insertion mis mis-application old picture primitive python python3 sheet software sqlite tkinter

Last synced: 3 days ago
JSON representation

A basic MIS application in python3 using tkinter for GUI. The best tkinter side project in the internet.

Awesome Lists containing this project

README

          

# Management Information System using TKinter in Python3
[![DOI](https://zenodo.org/badge/156406516.svg)](https://zenodo.org/badge/latestdoi/156406516)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)
![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)
![Contribute](https://img.shields.io/badge/-contribute-0a0a0a.svg?style=flat&colorA=0a0a0a)

A basic excel application

#### The picture of the opening GUI application of the MIS

Here you could perform various tasks of a general MIS database application.

![The loading of data](/img/1_opening.png)

#### The insertion part of the database application

Here you could insert into the database according to the number of columns present

![The loading of data](/img/2_insert_db.png)

#### The picture when the data loads through the excel sheet

Here the data is directly loaded to the excel sheet. The data is loaded after one second, since timesamp is given as a key value here.

![The loading of data](/img/3_load_data.png)

#### The picture of the database

Here the general show db option is given

![The loading of data](/img/4_show_db.png)

#### The update data option

![The loading of data](/img/5_update_data.png)

#### The picture when the data is updated sucessfully

![The loading of data](/img/6_update_data1.png)

#### General MIS operations

The picture of the general MIS queries you can perform according to the common schema of the data present

![The loading of data](/img/7_det_mis.png)

#### The picture of the helper of MIS naming conventions

![The loading of data](/img/8_col_helper.png)

#### The picture of the result of the first query

![The loading of data](/img/9_query1_mis.png)

#### The picture of the result of the second query

![The loading of data](/img/10_query2_mis.png)

#### The picture of the result of the third query

![The loading of data](/img/11_query3_mis.png)

#### The picture of the end note, comiting all existing changes made

![The loading of data](/img/12_quit.png)

## Contribution

Please feel free to raise issues and fix any existing ones. Further details can be found in our [code of conduct](https://github.com/Jimut123/basic_excel_app/blob/master/CODE_OF_CONDUCT.md).

### While making a PR, please make sure you:
- [ ] Always start your PR description with "Fixes #issue_number", if you're fixing an issue.
- [ ] Briefly mention the purpose of the PR, along with the tools/libraries you have used. It would be great if you could be version specific.
- [ ] Briefly mention what logic you used to implement the changes/upgrades.
- [ ] Provide in-code review comments on GitHub to highlight specific LOC if deemed necessary.
- [ ] Please provide snapshots if deemed necessary.
- [ ] Update readme if required.

## [LICENSE](https://github.com/Jimut123/basic_excel_app/blob/master/LICENSE)
```
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2019-20 Jimut Bahan Pal,
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
```

Author : [Jimut Bahan Pal](https://www.linkedin.com/in/jimut-bahan-pal-156862123/)