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

https://github.com/mnz1365/tkinteruseradd

simple user add in Tkinter with mongoDB
https://github.com/mnz1365/tkinteruseradd

mongodb nosql nosql-database python

Last synced: about 2 months ago
JSON representation

simple user add in Tkinter with mongoDB

Awesome Lists containing this project

README

          

# About

on this mini app we use a python GUI library called Tkinter.
for data storage we use mongoDB.

# Installation

```bash
pip install pymongo
```
# Getting Started
data stored in json format file and we use mongoDB Compass

first, create a database -> "mydb"

second, create a table -> "customers"

for run app properly -> run "index.py" file