py-libs is a lightweight Python library for fun and creative outputs. It allows you to generate ASCII art, memes, random quotes, and more. This library is perfect for adding humor and creativity to your Python projects or just experimenting with Python scripting.
- Generate ASCII art easily
- Create random memes
- Fetch random quotes
- Fun Mad Libs-style story generation
- Generate themed haikus with user-selected themes like nature, love, and season
- Open for contributions and new features
- Translate normal English into pirate-style phrases
- Clone the repository:
git clone https://github.com/bugOpsX/py-libs.git
cd py-libs-
Make sure you have Python installed (Python 3.8+ recommended).
-
Install dependencies (if any):
pip install -r requirements.txt
I welcome contributions from the community! Here’s how you can contribute:
-
Fork the Repository Click the Fork button at the top-right corner of this page to create a copy of the repository in your GitHub account.
-
Clone Your Fork
git clone https://github.com/your-username/py-libs.git -
Create a Branch Create a new branch for your contribution:
git checkout -b feature/your-feature-name
-
Make Your Changes Add new programs, scripts, or improvements. Follow the folder structure (C++/PYTHON). Add comments and make your code clean and readable.
-
Commit Your Changes
git add .
git commit -m "Add your message here"
-
Push to Your Branch
git push origin feature/your-feature-name- Create a Pull Request
Go to your forked repository on GitHub. Click Compare & Pull Request. Provide a description of your changes and submit the PR.
Your contribution will be reviewed and merged if everything looks good! 🎉 Happy Coding! 🚀