https://github.com/akasakaid/onlylog
Just simple log for python 3
https://github.com/akasakaid/onlylog
log logging python
Last synced: 5 months ago
JSON representation
Just simple log for python 3
- Host: GitHub
- URL: https://github.com/akasakaid/onlylog
- Owner: akasakaid
- Created: 2024-04-17T03:14:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T16:19:28.000Z (about 2 years ago)
- Last Synced: 2025-09-28T22:21:26.874Z (9 months ago)
- Topics: log, logging, python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onlylog
Just simple log for python 3
# Installation
```
pip install onlylog
```
# How to Use
Just 1 line require, simple :v
```
from onlylog import Log
```
## Success
with gree color text
```
Log.success('success text')
```

## Warning
with yellow color text
```
Log.warn('warn text')
```

## Error
with red color text

## Save to file
Save log to file
```
Log.write(file="app.log",text="log to save")
```
## Countdown
Like method name this is for countdown
```
# parameter with second 100 is 100 second !
Log.countdown(100)
```
# Donation
If you want to donate your money to me you can follow link in below xD
Trakteer [https://trakteer.id/fawwazthoerif/tip](https://trakteer.id/fawwazthoerif/tip)
Socialbuzz [https://sociabuzz.com/fawwazthoerif/tribe](https://sociabuzz.com/fawwazthoerif/tribe)
# Thank you < 3