usermail-converter Code
A Python PyQt5 GUI tool for converting between emails and usernames
Brought to you by:
thamimemel
File | Date | Author | Commit |
---|---|---|---|
UI | 2020-05-05 |
![]() |
[80c154] Initial Commit |
build | 2020-05-06 |
![]() |
[0ed2eb] adding pyinstaller build files (windows) |
icons | 2020-05-06 |
![]() |
[0ed2eb] adding pyinstaller build files (windows) |
usermail_converter | 2020-05-05 |
![]() |
[ccfd6d] edit to match pypi version |
.gitignore | 2020-05-05 |
![]() |
[80c154] Initial Commit |
LICENSE | 2020-05-05 |
![]() |
[1fee50] Initial commit |
README.md | 2020-05-06 |
![]() |
[d9dcc0] Update README.md |
pyinstaller_win_onedir.spec | 2020-05-06 |
![]() |
[0ed2eb] adding pyinstaller build files (windows) |
pyinstaller_win_portable.spec | 2020-05-06 |
![]() |
[0ed2eb] adding pyinstaller build files (windows) |
requirement.txt | 2020-05-06 |
![]() |
[eb0417] Update requirement.txt |
setup.cfg | 2020-05-05 |
![]() |
[80c154] Initial Commit |
setup.py | 2020-05-05 |
![]() |
[ccfd6d] edit to match pypi version |
A simple GUI tool made with python and PyQt5, used to convert between emails and usernames.
Binaries for windows are available under releases
Notice : Zip version is prefered over portable veriosn since the portable one has a slow startup.
Notice : Pypi or running from source are prefered for Linux.
Binaries for Linux are available under releases
$ pip install -U usermail-converter
to launch the app after installation use the command
$ usermail-converter
Note : Python 3.5 or higher is required, consider using a virtual environment to avoid packages conflict.
# clone or download this git repository and enter it
$ git clone https://github.com/ThamiMemel/usermail-converter.git && cd usermail-converter
# install requirements
$ pip install -r requirements.txt
# To run this program
$ python -m usermail_converter
user@domaine.com > user
user@domaine.com:pass > user:pass
user > user@domain.com
user:pass > user@domain.com:pass
By using this software, you agree that you are responsible for your actions when using it.