-
🔭 I’m currently working on Text to Speech convertor
-
🌱 I’m currently learning Machine Learning | Deep Learning | React Jss | Portfolio
-
👯 I’m looking to collaborate on Google
-
🤝 I’m looking for help with I-Grow Association | AEC
-
👨💻 All of my projects are available at https://ajicreations.blogspot.com/
-
📝 I regularly write articles on https://ajicreations.netlify.app/
-
💬 Ask me about Machine Learning | Deep Learning |Portfolio| Blogger| Web Development
-
📫 How to reach me ajithkumaraec10@gmail.com
-
📄 Know about my experiences https://ajitharunai.netlify.app/
-
⚡ Fun fact “One struggle I’ve had that has made me who I am is….”
Credits: ajitharunai
Last Edited on: 12/01/2022
This quote generator generates quotes every day so that you start your dy with a positive attitude.
This application is written in Python 3.7 by using the following modules
- Tkinter
- Random
- Requests
This application will work in Windows, Mac and Linux.
You can Clone this repository by using git. the following Command Should be run:
git clone https://github.com/VishalShenoy2002/Quote-Generator.git
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.