Menu

Tree [d9dcc0] master /
 History

HTTPS access


File Date Author Commit
 UI 2020-05-05 thamimemel thamimemel [80c154] Initial Commit
 build 2020-05-06 Thami Memel Thami Memel [0ed2eb] adding pyinstaller build files (windows)
 icons 2020-05-06 Thami Memel Thami Memel [0ed2eb] adding pyinstaller build files (windows)
 usermail_converter 2020-05-05 thamimemel thamimemel [ccfd6d] edit to match pypi version
 .gitignore 2020-05-05 thamimemel thamimemel [80c154] Initial Commit
 LICENSE 2020-05-05 Thami Memel Thami Memel [1fee50] Initial commit
 README.md 2020-05-06 Thami Memel Thami Memel [d9dcc0] Update README.md
 pyinstaller_win_onedir.spec 2020-05-06 Thami Memel Thami Memel [0ed2eb] adding pyinstaller build files (windows)
 pyinstaller_win_portable.spec 2020-05-06 Thami Memel Thami Memel [0ed2eb] adding pyinstaller build files (windows)
 requirement.txt 2020-05-06 Thami Memel Thami Memel [eb0417] Update requirement.txt
 setup.cfg 2020-05-05 thamimemel thamimemel [80c154] Initial Commit
 setup.py 2020-05-05 thamimemel thamimemel [ccfd6d] edit to match pypi version

Read Me

UserMail Converter

A simple GUI tool made with python and PyQt5, used to convert between emails and usernames.

Key Features

  • Import or Export accounts
  • Convert Emails to Usernames and the other way around
  • Support lists with passwords (separated by ":" only)
  • Simple Interface
  • [x] It works and it's not a virus ;D
    ### Todo
    i don't know ! but feel free to suggest anything you want to be included.

Installation

Windows Executables

Binaries for windows are available under releases
Notice : Zip version is prefered over portable veriosn since the portable one has a slow startup.

Linux Executables

Notice : Pypi or running from source are prefered for Linux.
Binaries for Linux are available under releases

Pypi

$ pip install -U usermail-converter

to launch the app after installation use the command
$ usermail-converter

Running from source

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

Modes

Email to Username

user@domaine.com > user

Email:Password to Username:Password

user@domaine.com:pass > user:pass

Username to Email

user > user@domain.com

Username:Password to Email:Password

user:pass > user@domain.com:pass

Disclaimer

By using this software, you agree that you are responsible for your actions when using it.