Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/username

😺 Get the current user name
https://github.com/abranhe/username

python user username

Last synced: 23 days ago
JSON representation

😺 Get the current user name

Awesome Lists containing this project

README

        









username get the current username

















## Install

```console
$ pip install username
```

## Usage

```python
import username

print(username())
# 'abranhe'
```

## API

### username()

Get current username

## Related

- [username-cli](https://github.com/abranhe/username-cli): cli for this package.

## License

MIT © [Abraham Hernandez](https://github.com/abranhe)