https://github.com/romaric250/tkinter-project
https://github.com/romaric250/tkinter-project
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romaric250/tkinter-project
- Owner: Romaric250
- Created: 2024-05-03T03:57:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T23:07:13.000Z (over 1 year ago)
- Last Synced: 2025-01-17T16:21:48.296Z (11 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marks Complaint Resolution System
## Description
This is a complaint resolution system designed to manage and resolve complaints. (Please replace this with a more detailed description of your project)
## Prerequisites
- Python 3.x installed on your local machine. You can download it from [here](https://www.python.org/downloads/).
- Git installed on your local machine. You can download it from [here](https://git-scm.com/downloads).
## Installation
1. Clone the repository from GitHub. Replace `` with the URL of your repository.
```
git clone
```
2. Navigate to the project directory.
```
cd tkinter-project
```
3. Install the required dependencies.
```
pip install -r requirements.txt
```
## Running the Application
1. Open two terminals.
2. In the first terminal, navigate to the backend directory and start the backend server.
```
cd backend
python app.py
```
3. In the second terminal, navigate to the UI directory and start the frontend application.
```
cd UI
python run_app.py
```
## Note
When you make any edits on the UI, you have to stop the running application and re-run it again after saving changes.
## Enjoy!
We hope you find this application useful. If you encounter any problems or have any suggestions, please [open an issue] on tis repository.