https://github.com/vishalshenoy2002/quote-generator
This Quote Generator generates really good quotes which can enlighten you 📖
https://github.com/vishalshenoy2002/quote-generator
positive-affirmations positivity python python3 quote quote-generator quote-generator-app quotes requests-module tkinter-project
Last synced: 6 days ago
JSON representation
This Quote Generator generates really good quotes which can enlighten you 📖
- Host: GitHub
- URL: https://github.com/vishalshenoy2002/quote-generator
- Owner: VishalShenoy2002
- License: mit
- Created: 2021-12-24T03:48:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T05:11:59.000Z (over 4 years ago)
- Last Synced: 2025-03-03T09:42:38.723Z (over 1 year ago)
- Topics: positive-affirmations, positivity, python, python3, quote, quote-generator, quote-generator-app, quotes, requests-module, tkinter-project
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quote-Generator
This quote generator generates quotes every day so that you start your dy with a positive attitude.
## About the Project
This application is written in Python 3.7 by using the following modules
1. Tkinter
2. Random
3. Requests
This application will work in Windows, Mac and Linux.
## Images


## Instructions To Clone
You can Clone this repository by using git. the following Command Should be run:
```
git clone https://github.com/VishalShenoy2002/Quote-Generator.git
```
## Suggestions
You can conver this Python Application into an executable by running the following commands:
The command below is to install pyinstaller on your device if you don't have pyinstaller already installed.
```
pip install pyinstaller
```
This command is to convert the python file into an executable.
```
pyinstaller -w -F quote_generator.py
```
If you want to add an icon add a ```-i``` and the icon name.