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
- Host: GitHub
- URL: https://github.com/mnz1365/tkinteruseradd
- Owner: mnz1365
- Created: 2024-12-19T05:12:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T07:38:06.000Z (over 1 year ago)
- Last Synced: 2025-01-28T11:40:25.174Z (over 1 year ago)
- Topics: mongodb, nosql, nosql-database, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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