Skip to content

higgn/gagan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown

Gagan: Your Daily Dose of Developer Motivation 🚀

PyPI version License: MIT Code Coverage Documentation Status

Gagan is a Python library designed to provide developers with a daily dose of motivational quotes. Whether you're facing a tough coding challenge, feeling burnt out, or just need a little inspiration, Gagan has you covered. It's a simple, easy-to-use tool that can bring a smile to your face and remind you why you love coding.

Table of Contents

Installation

pip install gagan

How to Use

import gagan

Features

Simple and Easy to Use: Gagan is designed to be straightforward. Just install it and start generating quotes! Curated Collection of Quotes: We've hand-picked a selection of motivational quotes specifically for developers. Random Quote Generation: Get a different quote every time you run the function. Lightweight and Efficient: Gagan has minimal dependencies and won't bloat your project. Open Source: Gagan is open source and welcomes contributions from the community.

Get a quote

quote = gagan.get_quote()
print(quote)

You can even use it in a loop to get multiple quotes!

for _ in range(3):
    quote = gagan.get_quote()
    print(quote)

Integrate it into your application

import gagan  # Import your package

def display_random_quote():
    quote = gagan.get_quote()  # Call the function from your package
    print(quote)

if __name__ == "__main__":  # This ensures the function is only called when the script is run directly
    display_random_quote()

Contributing

Contributions are welcome! If you'd like to add new quotes, improve the code, or suggest new features, please open an issue or submit a pull request. Check out our Contributing Guidelines for more information.

History

0.1 (Current Version) Initial release. Basic functionality to generate random motivational quotes. License This project is licensed under the MIT License - see the LICENSE file for details. 1  

Contact

If you have any questions, suggestions, or feedback, please feel free to open an issue on GitHub or contact me at your.email@example.com. You can also find me on Twitter (replace with your Twitter handle).

Made with ❤️ by Gagan.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages