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.
Make sure you have the following installed:
Follow these steps to set up the application:
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
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
Activate the Virtual Environment
Activate the virtual environment with the following command:
On Windows:
venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate
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
.
Starting the Application
After installation, you can start the application by running the following command:
python app.py
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.
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.
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.