Ifhezu / TaskManX

TaskManX: Boost your productivity with an all-in-one task manager, file organizer, and password generator. Prioritize, track deadlines, and set reminders with ease. Stay organized, manage tasks, and generate secure passwords effortlessly. Supercharge your efficiency now!
https://github.com/Ifhezu/TaskManX
Apache License 2.0
3 stars 0 forks source link

Create PasswordGenerator.java #5

Open Ifhezu opened 11 months ago

Ifhezu commented 11 months ago

Just the basic logic outline. Works flawlessly as I tested it. To check, create the PasswordGenerator.class file and you should be good to go. Make sure you space out a bit for adding this to the main project. Remember, people cant get access to the task manager unless they create an account, and to create an account, they need a password, hence this generator comes into play. Just basic and simple logic of if statements tbh.

Heres the method on how to run it: (In your terminal window)

1) Javac PasswordGenerator.java

2) Java PasswordGenerator

3) Follow along and type whatever you are prompted with.

Tell me if you find any errors or anything for improvement, obviously it's still in development. Make sure to upgrade it if possible.

image image