From 98c2e922b81f958e61630d984acbdb43ce1ebbd0 Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanGamingYT@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:18:36 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbfd7f2..5c7b634 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - [x] Screeninfo (couldn't find the documentation sorry) - [x] [OS](https://docs.python.org/3/library/os.html) ### Functions: (This will be a very long list) -#### [**icepos.py:**](https://github.com/RyanGamingYT/ICEPOS/blob/master/icepos.py) +#### [**icepos.py:**](https://github.com/RyanGamingYT/ICEPOS/blob/master/scripts/icepos.py) - [x] close_connection (To close the connection for the database when the main window is closed Too.) - [x] create_formatted_image (To create the formatted image for printing.) - [x] display_selected_answer (To display the answers in the text widget in **Answers Tab**) @@ -32,7 +32,7 @@ - [x] load_last_consign_key (self-explanatory and works with generate_consign_key) - [x] display_consign_key (displays the last-used consign key using the information messagebox. Made for the button in sidebar.) - [x] toggle_menu (to toggle the sidebar/menu and uses close_menu) -#### [**database_functions.py:**](https://github.com/RyanGamingYT/blob/master/database_functions.py) +#### [**database_functions.py:**](https://github.com/RyanGamingYT/blob/master/scripts/database_functions.py) - [x] create_db (To create the new database for the reset function) - [x] db_To_dict (converts the submissions stored in the database inTo a dictionary To easily display the information) - [x] delete_db (To delete the database for the reset function) @@ -44,4 +44,4 @@ ![Answers Tab (No Answer Selected)](https://github.com/RyanGamingYT/ICEPOS/blob/master/media/screenshots/Answers%20Tab%20(No%20Answer%20Selected).JPG) -![Answers Tab (Sample Answer Selected)](https://github.com/RyanGamingYT/ICEPOS/blob/master/media/screenshots/Answers%20Tab%20(Sample%20Answer%20Selected).JPG) \ No newline at end of file +![Answers Tab (Sample Answer Selected)](https://github.com/RyanGamingYT/ICEPOS/blob/master/media/screenshots/Answers%20Tab%20(Sample%20Answer%20Selected).JPG)