Skip to content

Muhirwakyeyune/Irembo-ass

Repository files navigation

RICA Service Application

Welcome to the RICA Service application, a tool designed to streamline the process of capturing and managing information for individuals and businesses applying for various services.

Table of Contents

Description

This application combines a Flask-based web service (irembo_service.py) with a Tkinter-based graphical user interface (RICAApp) to create a seamless experience for capturing and displaying application details.

Files

  1. irembo_service.py

    The core Python script that defines the RICAService class. This class encapsulates the functionality for capturing applicant details, contact details, business details, and product details. The RICAApp class is also instantiated, which uses Tkinter for creating a graphical user interface.

    import tkinter as tk
    from flask import Flask, render_template, request
    import smtplib
    from email.mime.text import MIMEText
    
    
    

2. index.html

irembo_service.py

pip install flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published