Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBaig authored Aug 10, 2023
1 parent 6583033 commit 98c2e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**)
Expand All @@ -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)
Expand All @@ -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)
![Answers Tab (Sample Answer Selected)](https://github.com/RyanGamingYT/ICEPOS/blob/master/media/screenshots/Answers%20Tab%20(Sample%20Answer%20Selected).JPG)

0 comments on commit 98c2e92

Please sign in to comment.