https://github.com/ajitharunai/quote-generator-using-tkinter-python
Quote-Generator-using-tkinter-python
https://github.com/ajitharunai/quote-generator-using-tkinter-python
python pythonapi pythonguigame tkinter-gui
Last synced: about 2 months ago
JSON representation
Quote-Generator-using-tkinter-python
- Host: GitHub
- URL: https://github.com/ajitharunai/quote-generator-using-tkinter-python
- Owner: ajitharunai
- License: mit
- Created: 2022-10-18T14:22:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T14:24:12.000Z (over 2 years ago)
- Last Synced: 2025-01-29T12:29:10.168Z (4 months ago)
- Topics: python, pythonapi, pythonguigame, tkinter-gui
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Hi 👋, I'm Ajith Kumar M
A passionate Data scientist | Research Engineer| Full Stack Web developer from Tamil Nadu
![]()
- 🔭 I’m currently working on [Text to Speech convertor](https://ajitharunai.github.io/Text-To-Speech-Converter/)
- 🌱 I’m currently learning **Machine Learning | Deep Learning | React Jss | Portfolio**
- 👯 I’m looking to collaborate on [Google](https://www.google.com/)
- 🤝 I’m looking for help with [I-Grow Association | AEC](https://arunai-cse.blogspot.com/)
- 👨💻 All of my projects are available at [https://ajicreations.blogspot.com/](https://ajicreations.blogspot.com/)
- 📝 I regularly write articles on [https://ajicreations.netlify.app/](https://ajicreations.netlify.app/)
- 💬 Ask me about **Machine Learning | Deep Learning |Portfolio| Blogger| Web Development**
- 📫 How to reach me **[email protected]**
- 📄 Know about my experiences [https://ajitharunai.netlify.app/](https://ajitharunai.netlify.app/)
- ⚡ Fun fact **“One struggle I’ve had that has made me who I am is….”**
## 🌐Socials
[](https://facebook.com/https://www.facebook.com/ajithkumar.m.9216778) [](https://instagram.com/https://www.instagram.com/ajithkumar_arunai/) [](https://linkedin.com/in/https://www.linkedin.com/in/ajith-kumar-m-7897541b4/) [](https://medium.com/@https://medium.com/@ajitharunai)# 💻Tech Stack
                            
# 📊GitHub Stats :


### ✍️Random Dev Quote
---
[](https://visitcount.itsvg.in)-----
Credits: [ajitharunai](https://github.com/ajitharunai)Last Edited on: 12/01/2022
# 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. RequestsThis 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.