Capa03 / PI-Eugenio

0 stars 0 forks source link

PI-Eugenio

Welcome to PI-Eugenio! This application is designed using the Model-View-Controller (MVC) pattern and makes API calls to provide functionality. Follow the steps below to set up and run the application on your local machine.

Table of Contents

Features

Requirements

Make sure you have the following installed:

Installation

Follow these steps to set up the application:

  1. Clone the Repository

    Open a terminal and clone the repository to your local machine:

    git clone https://github.com/yourusername/my_desktop_app.git
    cd my_desktop_app
  2. Create a Virtual Environment

    It's a good practice to create a virtual environment for your project. Run the following commands:

    python -m venv venv
  3. Activate the Virtual Environment

    Activate the virtual environment with the following command:

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  4. Install Dependencies

    Install the required Python packages using pip:

    pip install -r requirements.txt

    Note: If you're using PyQt5 or PySide2, make sure to uncomment the appropriate line in requirements.txt.

Usage

  1. Starting the Application

    After installation, you can start the application by running the following command:

    python app.py
  2. Interacting with the Application

    Follow the on-screen instructions to use the application. The main interface allows you to interact with the various features provided.

Running the Application

To run the application, ensure your virtual environment is activated and execute the following command:

python app.py

The application will open a window where you can start using its features.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Thank you for using PI-Eugenio! If you have any questions or issues, feel free to open an issue in the GitHub repository.