Skip to content

Attafii/Quote_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Generator App

This is a simple quote generator app built using Python and Tkinter. The app allows users to generate random quotes and copy them to the clipboard.✨

Quote Generator

About

The Quote Generator is a cool application that provides users with random quotes to uplift and inspire. Whether you're seeking motivation, a moment of reflection, or simply some words of wisdom, this site has got you covered!

Features

  • Random Quote Generation: Clicking the "Generate Quote" button generates a random quote from a collection of quotes.
  • Shareable Quotes: Found a quote that resonates with you? Easily share it with your friends and loved ones through clicking the copy button to have the quote in you clipboard ready to be sent to anyone you love !

Prerequisites

  • Python 3.x
  • Tkinter library (usually included with Python installation)

Installation

  1. Clone the repository:
    git clone https://github.com/Attafii/Quote-Generator.git
    

Creating an Executable

To create an executable for your app, you can use PyInstaller. Follow these steps:

Install PyInstaller by running the following command:

pip install pyinstaller

Navigate to the directory where your Python program is located.

Use the following command to create a single-file executable:

pyinstaller --onefile app.py

Alternatively, if you have a setup script, you can use the following command:

python setup.py build

The executable file will be generated in the dist directory.

How to Use

  1. Launch the app by running the quote.py file.

  2. Click the "Generate Quote" button to generate a random quote. The quote will be displayed in the app's interface.

  3. To copy the generated quote to the clipboard, click the "Copy to Clipboard" button. The quote can then be pasted into other applications or shared with others.

Contribution

We encourage you to contribute to the Awesome Quote Generator and help make it even better! Here's how you can contribute:

  • Fork the repository to your own GitHub account.
  • Make the desired changes and enhancements to the codebase.
  • Ensure that your changes follow the project's coding conventions and best practices.
  • Write clear and concise commit messages to explain the purpose of your changes.
  • Submit a pull request to the main repository, providing a detailed explanation of the modifications you've made.
  • Engage in discussions with other contributors to exchange ideas, provide feedback, and collaborate on future improvements.

We strongly believe that everyone can benefit from a little bit of positivity and inspiration. We invite you to join us in our mission to spread joy, one quote at a time! Together, let's create an uplifting community where words have the power to inspire, motivate, and bring happiness to people's lives. Whether you're a user, contributor, or supporter, your involvement is invaluable in making this journey of spreading positivity a meaningful and impactful one. Let's inspire and uplift each other, and together, make a difference in the world!

Let's make a better world together. Happy quoting! ✨✨✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published