Menu

Tree [4306aa] master /
 History

HTTPS access


File Date Author Commit
 UI 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 build 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 core 2015-07-03 Krishna Addepalli Krishna Addepalli [09c6dc] Refactoring the code: applying python idioms to...
 dist 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 gui 2016-05-18 Krishna Krishna [2e5e7b] Removed if statement to just set the flag, and ...
 License.txt 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 Password_Manager.pyperf 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 Password_Manager.pyproj 2018-07-23 Krishna Addepalli Krishna Addepalli [07b0bc] Upgrading the Password_Manager project to lates...
 Password_Manager.sln 2015-03-12 Krishna Addepalli Krishna Addepalli [0d9d25] Upgrade interpreter version to 3.4
 Program.py 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 Readme.txt 2015-03-13 Krishna Addepalli Krishna Addepalli [1ee608] cleanup imports.
 authormap.txt 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 humansize.py 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 krishna -backup.xml 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 krishna.xml 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 main.py 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 out.log.gz 2014-04-15 Krishna Addepalli Krishna Addepalli [855af0] Initial Commit
 requirements.txt 2016-07-30 Srikrishna31 Srikrishna31 [261240] Updated the project to work with Python 3.5
 setup.py 2015-03-12 Krishna Addepalli Krishna Addepalli [be575e] Fix the setup script to work from anywhere.
 users.xml 2015-03-13 Krishna Addepalli Krishna Addepalli [1ee608] cleanup imports.

Read Me


Python packages that are needed to run the source code:
    1. PyQt5
    2. xml
    3. cx_Freeze  -- to make builds and installers.
            basic commands to run the setup.py:
                1. python <Directory path>setup.py build : creates an exe by copying 
                   all the dependent files
                2. python <Directory path>setup.py bdist_msi : creates an installer
                   for windows
                3. python <Directory path>setup.py bdist_dmg : creates an installer 
                   for mac
                4. python <Directory path>setup.py bdist_rpm : creates an rpm for 
                   linux.

                For more information visit this site: 
                	http://cx-freeze.readthedocs.org/en/latest/distutils.html

Ui files are Qt ui files which need to be compiled to python files before running 
the app. To do the same use the following command at the command prompt:
	pyuic5 <filename>.ui -o <out-filename>.py
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.