updated forlder structure

pull/361/head
Soumyadev Saha 2024-05-17 22:14:43 +05:30
rodzic 2424e64f45
commit 4699934a85
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -54,8 +54,8 @@ This project is a QR code encoder and decoder application built using Python and
## Project Structure
- `qr_code_encoder_decoder.py`: Main application script containing the Tkinter GUI and logic for encoding and decoding QR codes.
- `qr_code_encoder_decoder.md`: Project documentation.
- `qr_code_project.py`: Main application script containing the Tkinter GUI and logic for encoding and decoding QR codes.
- `readme.md`: Project documentation.
## Libraries Used

Wyświetl plik

@ -1,3 +1,3 @@
# List of sections
- [QR Code Encoder Decoder](qr_code_encoder_decoder.md)
- [QR Code Encoder Decoder](./QRCodeEncoderDecoder/readme.md)