8000 📦 NEW: create pypi package by TechWiz-3 · Pull Request #3 · TechWiz-3/python-utils · GitHub
[go: up one dir, main page]

Skip to content

📦 NEW: create pypi package #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 11, 2022
Prev Previous commit
Next Next commit
👌 IMPROVE: README
  • Loading branch information
TechWiz-3 committed Jul 11, 2022
commit 9adcd7ac4a6768a191ef62b660038826672e4589
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Random python utils I'm making for my own use. Also using this to apply some basic OOP

```
pip install wise-py-utils
```

```py
>>> from wise.<util_file> import <UtilClass>

# Example:
>>> from wise.datetimeutils import GetDay
```


Enter the specific directory to get more about each utility.

## :spiral_calendar: [datetime-utils](/datetime-utils)
Expand Down
0