Skip to content

fazil2003/pypattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypattern 0.0.3



Python library to print the characters, numbers as pattern.

🌟 Directories

💫 capital_letters
💫 numbers
💫 small_letters
💫 special_characters

🌟 How to install

💫 Go to your command prompt and type the following command.

pip install pypattern

🌟 How to use

💫 Import the library in your project

import pypattern

💫 Send the text as argument in the pattern() that you want to print as pattern.

pypattern.pattern('Hello World')

💫 This will print the text as pattern in the console.

🌟 How to build and upload to PyPI

💫 Source Distribution

pip install setuptools twine
python setup.py sdist
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

💫 Wheel File

pip install setuptools wheel
python setup.py bdist_wheel
twine upload dist/*

About

Python library to print the characters, numbers as pattern.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages