Skip to content

Commit

Permalink
update readme and upload files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bestmahdi2 committed Jul 3, 2023
1 parent 36f1876 commit dcf0b8f
Show file tree
Hide file tree
Showing 134 changed files with 31,090 additions and 2 deletions.
546 changes: 546 additions & 0 deletions 1/MainPage.py

Large diffs are not rendered by default.

1,252 changes: 1,252 additions & 0 deletions 1/MainPage.ui

Large diffs are not rendered by default.

Binary file added 1/Persentation.docx
Binary file not shown.
1 change: 1 addition & 0 deletions 1/database.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"first name": "Marvin H.", "last name": "Deleon", "email": "[email protected]", "phone": "+1954-693-8325"}, {"first name": "Jodi H.", "last name": "McLeod", "email": "[email protected]", "phone": "+1708-372-9360"}, {"first name": "Joseph S.", "last name": "Bullock", "email": "[email protected]", "phone": "+1810-740-6019"}]
12 changes: 12 additions & 0 deletions 1/keep.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
libraries:
pip install pyqt5-tools
pip install PyQt5
pip install requests
pip install beautifulsoup4
pip install dicttoxml

Designer:
C:\Program Files\Python37\Lib\site-packages\qt5_applications\Qt\bin\designer.exe

Ui to Py:
Pyuic5 -x -o .\MainPage.py .\MainPage.ui
Loading

0 comments on commit dcf0b8f

Please sign in to comment.