Ecosyste.ms: Awesome
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: 1 day 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-19T07:38:06.000Z (about 1 month ago)
- Last Synced: 2024-12-19T08:30:21.726Z (about 1 month ago)
- Topics: mongodb, nosql, nosql-database, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- 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