Giter Club home page Giter Club logo

moskotcho_password_generator_desktop's Introduction

Moskotcho Password Generator Desktop

Password generator desktop app to generate random & secure passwords

Install it from Snap store snapcraft

Get it from the Snap Store

or install it from the terminal by:

sudo snap install moskotcho-password-generator

To develop

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/walidamriou/Moskotcho_Password_Generator_Desktop 
# Go into the repository
cd Moskotcho_Password_Generator_Desktop
# Install dependencies
npm install --save-dev electron
# Run the app
npm start

Make .snap from Ubuntu/Linux

We use electron-installer-snap to builds a Snap for an already customized Electron app. For more details on Snap-specific arguments, see the snapcraft syntax page: https://snapcraft.io/docs/build-snaps/syntax

# install electron-installer-snap
sudo npm install electron-installer-snap -g
# install electron-builder -g 
sudo npm install electron-builder

Then add to your package.json:

{
  // ...
  "scripts": {
    //..
        "dist": "electron-builder --linux snap",
    //..
  },
  // ...
}

Then run

npm run dist

You will found the .snap in dist folder. we use snapcraft upload --release=stable Moskotcho-Password-Generator_1.0.0_amd64.snap to upload it to the snapcraft

Make macOS setup .dmg from macOS

# install electron-builder -g 
sudo npm install electron-builder
# make dmg file, you will found it in /dist folder 
npm run dist_mac

Make Windows setup .exe from Ubuntu/Linux

# install electron-builder -g 
sudo npm install electron-builder
# Make .exe setup for windows 32 bit
npm run dist_win32
#Or Make .exe setup for windows 64 bit
npm run dist_win64

Website of the project:

https://moskotchopg.walidamriou.com/

If you need any help or informations:

๐Ÿ”ต Facebook: https://www.facebook.com/walidamriou
๐Ÿ”ต Twitter: https://twitter.com/walidamriou
๐Ÿ”ด Email: contact [at] walidamriou [dot] com ```

Copyright CC 2020 Walid Amriou

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You are free to:

  • Share โ€” copy and redistribute the material in any medium or format
  • Adapt โ€” remix, transform, and build upon the material The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution โ€” You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • NonCommercial โ€” You may not use the material for commercial purposes.
  • ShareAlike โ€” If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
  • No additional restrictions โ€” You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

the software or Code or Scripts or any files in this source is provided "as is" and the author disclaims all warranties with regard to this files including all implied warranties of merchantability and fitness. in no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software or code or scripts or any files in this source.

moskotcho_password_generator_desktop's People

Contributors

walidamriou avatar dependabot[bot] avatar

Stargazers

Habib Aminou avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.