An open API service indexing awesome lists of open source software.

https://github.com/romaric250/tkinter-project


https://github.com/romaric250/tkinter-project

Last synced: 10 months ago
JSON representation

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.