"Rajoy Says..." is a fun project that displays random quotes from a JSON file when a button is clicked. The quotes are humorous and taken from famous sayings of a Spanish politician. The application is built using Python's Tkinter library.

-
Clone the repository:
git clone https://github.com/yourusername/rajoy-says.git cd rajoy-says -
Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
Ensure you have the JSON file with quotes in the same directory:
frases.json
Run the application by executing the following command:
python rajoy_says.py
=======
# rajoy_quotes
rajoy quotes maker
>>>>>>> 130375aab5572e3e26b03f1a7c62cca2648cda4d